ExportRangeToJsonOptions

ExportRangeToJsonOptions class

Indicates the options that exporting range to json.

Constructors

NameDescription
ExportRangeToJsonOptions

Properties

NameTypeDescription
HasHeaderRowbooleanIndicates whether the range contains header row.
ExportAsStringbooleanExports the string value of the cells to json.
ExportEmptyCellsbooleanIndicates whether exporting empty cells as null.
IndentStringIndicates the indent. If the indent is null or empty, the exported json is not formatted.

ExportRangeToJsonOptions()

ExportRangeToJsonOptions.HasHeaderRow property

Indicates whether the range contains header row.

Type: boolean

ExportRangeToJsonOptions.ExportAsString property

Exports the string value of the cells to json.

Type: boolean

ExportRangeToJsonOptions.ExportEmptyCells property

Indicates whether exporting empty cells as null.

Type: boolean

ExportRangeToJsonOptions.Indent property

Indicates the indent. If the indent is null or empty, the exported json is not formatted.

Type: String