Show / Hide Table of Contents

Class JsonTableExportSettings

Settings used when exporting a table to Json

Inheritance
System.Object
JsonExportSettings
JsonTableExportSettings
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 JsonTableExportSettings : 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

RootElementName

The name of the root element

Declaration
public override string RootElementName { get; set; }
Property Value
Type Description
System.String
Overrides
JsonExportSettings.RootElementName

WriteColumnsElement

If true the the column array element is written to the output

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

WriteNameAttribute

If true the table Name attribute is written to the output.

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

WriteShowHeaderAttribute

If true the ShowHeader attribute is written to the output.

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

WriteShowTotalsAttribute

If true the ShowTotals attribute is written to the output.

Declaration
public bool WriteShowTotalsAttribute { get; set; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX