Class JsonRangeExportSettings
Settings used when exporting a range to Json
Inherited Members
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
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 |