new SpreadsheetML2003SaveOptions()

Creates the options for saving Excel 2003 spreadml file.

Methods

constructor_overload$1(saveFormat)

Creates the options for saving Excel 2003 spreadml file. NOTE: This constructor is now obsolete. Instead, please use SpreadsheetML2003SaveOptions() constructor. This property will be removed 12 months later since January 2021. Aspose apologizes for any inconvenience you may have experienced.

Parameter

Name Type Optional Description

saveFormat

Number

 

SaveFormat

getCachedFileFolder()

The cached file folder is used to store some large data.

getClearData()

Make the workbook empty after saving the file.

getCreateDirectory()

If true and the directory does not exist, the directory will be automatically created before saving the file. The default value is false.

getExportColumnIndexOfCell()

The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.

getLimitAsXls()

Limit as xls, the max row index is 65535 and the max column index is 255.

getMergeAreas()

Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is false.

getRefreshChartCache()

Indicates whether refreshing chart cache data

getSaveFormat()

Gets the save file format. The value of the property is SaveFormat integer constant.

getSortExternalNames()

Indicates whether sorting external defined names before saving file.

getSortNames()

Indicates whether sorting defined names before saving file.

getUpdateSmartArt()

Indicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file.

getValidateMergedAreas()

Indicates whether validate merged cells before saving the file. The default value is false.

isIndentedFormatting()

Causes child elements to be indented. The default value is true. If the value is false, it will reduce the size of the xml file

setCachedFileFolder()

The cached file folder is used to store some large data.

setClearData()

Make the workbook empty after saving the file.

setCreateDirectory()

If true and the directory does not exist, the directory will be automatically created before saving the file. The default value is false.

setExportColumnIndexOfCell()

The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.

setIndentedFormatting()

Causes child elements to be indented. The default value is true. If the value is false, it will reduce the size of the xml file

setLimitAsXls()

Limit as xls, the max row index is 65535 and the max column index is 255.

setMergeAreas()

Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is false.

setRefreshChartCache()

Indicates whether refreshing chart cache data

setSortExternalNames()

Indicates whether sorting external defined names before saving file.

setSortNames()

Indicates whether sorting defined names before saving file.

setUpdateSmartArt()

Indicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file.

setValidateMergedAreas()

Indicates whether validate merged cells before saving the file. The default value is false.