Table of Contents

Class JsonRangeExportSettings

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

Settings used when exporting a range to Json

public class JsonRangeExportSettings : JsonExportSettings
Inheritance
JsonRangeExportSettings
Inherited Members

Constructors

JsonRangeExportSettings()

public JsonRangeExportSettings()

Properties

AddDataTypesOn

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

public override eDataTypeOn AddDataTypesOn { get; set; }

Property Value

eDataTypeOn

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.

public bool FirstRowIsHeader { get; set; }

Property Value

bool

RootElementName

The name of the root element

public override string RootElementName { get; set; }

Property Value

string