ExportRangeToJsonOptions
Contents
[
Hide
]ExportRangeToJsonOptions class
Indicates the options that exporting range to json.
Constructors
| Name | Description |
|---|---|
| ExportRangeToJsonOptions |
Properties
| Name | Type | Description |
|---|---|---|
| HasHeaderRow | boolean | Indicates whether the range contains header row. |
| ExportAsString | boolean | Exports the string value of the cells to json. |
| ExportEmptyCells | boolean | Indicates whether exporting empty cells as null. |
| Indent | String | Indicates 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