Constructor Summary |
---|
XlsSaveOptions()
Creates options for saving Excel 97-2003 xls file. |
XlsSaveOptions(saveFormat)
Creates options for saving Excel 97-2003 xls/xlt file. |
Property Getters/Setters Summary | ||
---|---|---|
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 | isTemplate() | |
method | setTemplate(value) | |
Indicates whether saving a template file. | ||
method | getLightCellsDataProvider() | |
method | setLightCellsDataProvider(value) | |
The data provider for saving workbook in light mode. | ||
method | getMatchColor() | |
method | setMatchColor(value) | |
Indicates whether matching font color because there are 56 colors in the standard color palette. | ||
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 | 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 | 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. |
XlsSaveOptions()
XlsSaveOptions(saveFormat)
saveFormat: int
- A LightCellsDataProvider getLightCellsDataProvider() / setLightCellsDataProvider(value)
boolean isTemplate() / setTemplate(value)
boolean getMatchColor() / setMatchColor(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)
boolean getUpdateSmartArt() / setUpdateSmartArt(value)