ExportRangeToJsonOptions class

ExportRangeToJsonOptions class

Indicates the options that exporting range to json.

The ExportRangeToJsonOptions type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of ExportRangeToJsonOptions

Properties

PropertyDescription
has_header_rowIndicates whether the range contains header row.
export_as_stringExports the string value of the cells to json.
export_empty_cellsIndicates whether exporting empty cells as null.
indentIndicates the indent.

See Also