public class GridSaveOptions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCachedFileFolder()
The cached file folder is used to store some large data.
|
boolean |
getClearData()
Make the workbook empty after saving the file.
|
boolean |
getCreateDirectory()
If true and the directory does not exist, the directory will be automatically created before saving the file.
|
boolean |
getMergeAreas()
Indicates whether merge the areas of conditional formatting and validation before saving the file.
|
boolean |
getRefreshChartCache()
Indicates whether refreshing chart cache data
|
int |
getSaveFormat()
Gets the save file format.
|
boolean |
getSortNames()
Indicates whether sorting defined names before saving file.
|
boolean |
getValidateMergedAreas()
Indicates whether validate merged cells before saving the file.
|
void |
setCachedFileFolder(java.lang.String value)
The cached file folder is used to store some large data.
|
void |
setClearData(boolean value)
Make the workbook empty after saving the file.
|
void |
setCreateDirectory(boolean value)
If true and the directory does not exist, the directory will be automatically created before saving the file.
|
void |
setMergeAreas(boolean value)
Indicates whether merge the areas of conditional formatting and validation before saving the file.
|
void |
setRefreshChartCache(boolean value)
Indicates whether refreshing chart cache data
|
void |
setSortNames(boolean value)
Indicates whether sorting defined names before saving file.
|
void |
setValidateMergedAreas(boolean value)
Indicates whether validate merged cells before saving the file.
|
public int getSaveFormat()
See GridSaveFormat.
public boolean getClearData()
public void setClearData(boolean value)
public java.lang.String getCachedFileFolder()
public void setCachedFileFolder(java.lang.String value)
public boolean getValidateMergedAreas()
Remarks
The default value is false.public void setValidateMergedAreas(boolean value)
Remarks
The default value is false.public boolean getMergeAreas()
Remarks
The default value is false.public void setMergeAreas(boolean value)
Remarks
The default value is false.public boolean getCreateDirectory()
Remarks
The default value is false.public void setCreateDirectory(boolean value)
Remarks
The default value is false.public boolean getSortNames()
public void setSortNames(boolean value)
public boolean getRefreshChartCache()
public void setRefreshChartCache(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.