ExportRangeToJsonOptions class
ExportRangeToJsonOptions class
Indicates the options that exporting range to json.
The ExportRangeToJsonOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self) | Constructs a new instance of ExportRangeToJsonOptions |
Properties
| Property | Description |
|---|---|
| has_header_row | Indicates whether the range contains header row. |
| export_as_string | Exports the string value of the cells to json. |
| export_empty_cells | Indicates whether exporting empty cells as null. |
| indent | Indicates the indent. |
See Also
- module
aspose.cells.utility