Constructor Summary |
---|
JsonSaveOptions()
Creates options for saving json file. |
Property Getters/Setters Summary | ||
---|---|---|
method | getAlwaysExportAsJsonObject() | |
method | setAlwaysExportAsJsonObject(value) | |
Indicates whether always exporting excel to json as object, even there is only a worksheet in the file. | ||
method | getCachedFileFolder() | |
method | setCachedFileFolder(value) | |
The cached file folder is used to store some large data. | ||
method | getClearData() | |
method | setClearData(value) | |
Make the workbook empty after saving the file. | ||
method | getCreateDirectory() | |
method | setCreateDirectory(value) | |
If true and the directory does not exist, the directory will be automatically created before saving the file. | ||
method | getExportArea() | |
method | setExportArea(value) | |
Gets or sets the exporting range. | ||
method | getExportAsString() | |
method | setExportAsString(value) | |
Exports the string value of the cells to json. | ||
method | getExportEmptyCells() | |
method | setExportEmptyCells(value) | |
Indicates whether exporting empty cells as null. | ||
method | getExportHyperlinkType() | |
method | setExportHyperlinkType(value) | |
Represents the type of exporting hyperlink to json. The value of the property is JsonExportHyperlinkType integer constant. | ||
method | getExportNestedStructure() | |
method | setExportNestedStructure(value) | |
Exported as parent-child hierarchy Json structure. | ||
method | hasHeaderRow() | |
method | setHasHeaderRow(value) | |
Indicates whether the range contains header row. | ||
method | getIndent() | |
method | setIndent(value) | |
Indicates the indent. | ||
method | getMergeAreas() | |
method | setMergeAreas(value) | |
Indicates whether merge the areas of conditional formatting and validation before saving the file. | ||
method | getRefreshChartCache() | |
method | setRefreshChartCache(value) | |
Indicates whether refreshing chart cache data | ||
method | getSaveFormat() | |
Gets the save file format.
The value of the property is SaveFormat integer constant. |
||
method | getSheetIndexes() | |
method | setSheetIndexes(value) | |
Represents the indexes of exported sheets. | ||
method | getSkipEmptyRows() | |
method | setSkipEmptyRows(value) | |
Indicates whether skipping emtpy rows. | ||
method | getSortExternalNames() | |
method | setSortExternalNames(value) | |
Indicates whether sorting external defined names before saving file. | ||
method | getSortNames() | |
method | setSortNames(value) | |
Indicates whether sorting defined names before saving file. | ||
method | getToExcelStruct() | |
method | setToExcelStruct(value) | |
Indicates whether converting to json struct of the Excel file. | ||
method | getUpdateSmartArt() | |
method | setUpdateSmartArt(value) | |
Indicates whether updating smart art setting. The default value is false. | ||
method | getValidateMergedAreas() | |
method | setValidateMergedAreas(value) | |
Indicates whether validate merged cells before saving the file. | ||
method | getWarningCallback() | |
method | setWarningCallback(value) | |
Gets or sets warning callback. |
int getExportHyperlinkType() / setExportHyperlinkType(value)
boolean getSkipEmptyRows() / setSkipEmptyRows(value)
int[] getSheetIndexes() / setSheetIndexes(value)
CellArea getExportArea() / setExportArea(value)
boolean hasHeaderRow() / setHasHeaderRow(value)
boolean getExportAsString() / setExportAsString(value)
String getIndent() / setIndent(value)
boolean getExportNestedStructure() / setExportNestedStructure(value)
boolean getExportEmptyCells() / setExportEmptyCells(value)
boolean getAlwaysExportAsJsonObject() / setAlwaysExportAsJsonObject(value)
boolean getToExcelStruct() / setToExcelStruct(value)
int getSaveFormat()
boolean getClearData() / setClearData(value)
String getCachedFileFolder() / setCachedFileFolder(value)
boolean getValidateMergedAreas() / setValidateMergedAreas(value)
boolean getMergeAreas() / setMergeAreas(value)
boolean getCreateDirectory() / setCreateDirectory(value)
boolean getSortNames() / setSortNames(value)
boolean getSortExternalNames() / setSortExternalNames(value)
boolean getRefreshChartCache() / setRefreshChartCache(value)
IWarningCallback getWarningCallback() / setWarningCallback(value)
boolean getUpdateSmartArt() / setUpdateSmartArt(value)