Class JsonTableExportSettings
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Settings used when exporting a table to Json
public class JsonTableExportSettings : JsonExportSettings
- Inheritance
-
JsonTableExportSettings
- Inherited Members
Constructors
JsonTableExportSettings()
public JsonTableExportSettings()
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
RootElementName
The name of the root element
public override string RootElementName { get; set; }
Property Value
WriteColumnsElement
If true the the column array element is written to the output
public bool WriteColumnsElement { get; set; }
Property Value
WriteNameAttribute
If true the table Name attribute is written to the output.
public bool WriteNameAttribute { get; set; }
Property Value
WriteShowHeaderAttribute
If true the ShowHeader attribute is written to the output.
public bool WriteShowHeaderAttribute { get; set; }
Property Value
WriteShowTotalsAttribute
If true the ShowTotals attribute is written to the output.
public bool WriteShowTotalsAttribute { get; set; }