Show / Hide Table of Contents

Class JsonRangeExportSettings

Settings used when exporting a range to Json

Inheritance
System.Object
JsonExportSettings
JsonRangeExportSettings
Inherited Members
JsonExportSettings.Minify
JsonExportSettings.ColumnsElementName
JsonExportSettings.RowsElementName
JsonExportSettings.CellsElementName
JsonExportSettings.WriteHyperlinks
JsonExportSettings.WriteComments
JsonExportSettings.Encoding
JsonExportSettings.Culture
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class JsonRangeExportSettings : JsonExportSettings

Properties

AddDataTypesOn

Set the dataType attribute depending on the data. The attribute can be set per column or per cell.

Declaration
public override eDataTypeOn AddDataTypesOn { get; set; }
Property Value
Type Description
eDataTypeOn
Overrides
JsonExportSettings.AddDataTypesOn

FirstRowIsHeader

If the first row in the range is the column headers. The columns array element will be added and the headers will be set using the Name attribute.

Declaration
public bool FirstRowIsHeader { get; set; }
Property Value
Type Description
System.Boolean

RootElementName

The name of the root element

Declaration
public override string RootElementName { get; set; }
Property Value
Type Description
System.String
Overrides
JsonExportSettings.RootElementName
In This Article
Back to top Generated by DocFX