class
ExportRangeToJsonOptions
Source: aspose.
Indicates the options that exporting range to json.
new ExportRangeToJsonOptions()
Methods
getExportAsString()
Exports the string value of the cells to json.
getExportEmptyCells()
Indicates whether exporting empty cells as null.
getIndent()
Indicates the indent. If the indent is null or empty, the exported json is not formatted.
hasHeaderRow()
Indicates whether the range contains header row.
setExportAsString()
Exports the string value of the cells to json.
setExportEmptyCells()
Indicates whether exporting empty cells as null.
setHasHeaderRow()
Indicates whether the range contains header row.
setIndent()
Indicates the indent. If the indent is null or empty, the exported json is not formatted.