SpreadsheetML2003SaveOptions

SpreadsheetML2003SaveOptions class

Represents the options for saving Excel 2003 spreadml file.

Constructors

NameDescription
SpreadsheetML2003SaveOptionsCreates the options for saving Excel 2003 spreadml file.
SpreadsheetML2003SaveOptionsCreates the options for saving Excel 2003 spreadml file. NOTE: This constructor is now obsolete. Instead, please use Spr

Properties

NameTypeDescription
IsIndentedFormattingbooleanCauses child elements to be indented. The default value is true. If the value is false, it will reduce the size of the x
LimitAsXlsbooleanLimit as xls, the max row index is 65535 and the max column index is 255.
ExportColumnIndexOfCellbooleanThe default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
SaveFormatintGets the save file format. The value of the property is SaveFormat integer constant.
ClearDatabooleanMake the workbook empty after saving the file.
CachedFileFolderStringThe cached file folder is used to store some large data.
ValidateMergedAreasbooleanIndicates whether validate merged cells before saving the file. The default value is false.
MergeAreasbooleanIndicates whether merge the areas of conditional formatting and validation before saving the file. The default value is
CreateDirectorybooleanIf true and the directory does not exist, the directory will be automatically created before saving the file. The defaul
SortNamesbooleanIndicates whether sorting defined names before saving file.
SortExternalNamesbooleanIndicates whether sorting external defined names before saving file.
RefreshChartCachebooleanIndicates whether refreshing chart cache data
CheckExcelRestrictionboolean
UpdateSmartArtbooleanIndicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSm
EncryptDocumentPropertiesboolean

SpreadsheetML2003SaveOptions() (1 of 2)

Creates the options for saving Excel 2003 spreadml file.


SpreadsheetML2003SaveOptions(saveFormat) (2 of 2)

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.

ParameterTypeDescription
saveFormatintA SaveFormat value. The save format.

SpreadsheetML2003SaveOptions.IsIndentedFormatting property

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

Type: boolean

SpreadsheetML2003SaveOptions.LimitAsXls property

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

Type: boolean

SpreadsheetML2003SaveOptions.ExportColumnIndexOfCell property

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

Type: boolean

SpreadsheetML2003SaveOptions.SaveFormat property

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

Type: int

SpreadsheetML2003SaveOptions.ClearData property

Make the workbook empty after saving the file.

Type: boolean

SpreadsheetML2003SaveOptions.CachedFileFolder property

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

Type: String

SpreadsheetML2003SaveOptions.ValidateMergedAreas property

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

Type: boolean

SpreadsheetML2003SaveOptions.MergeAreas property

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

Type: boolean

SpreadsheetML2003SaveOptions.CreateDirectory property

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

Type: boolean

SpreadsheetML2003SaveOptions.SortNames property

Indicates whether sorting defined names before saving file.

Type: boolean

SpreadsheetML2003SaveOptions.SortExternalNames property

Indicates whether sorting external defined names before saving file.

Type: boolean

SpreadsheetML2003SaveOptions.RefreshChartCache property

Indicates whether refreshing chart cache data

Type: boolean

SpreadsheetML2003SaveOptions.CheckExcelRestriction property

Type: boolean

SpreadsheetML2003SaveOptions.UpdateSmartArt property

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.

Type: boolean

SpreadsheetML2003SaveOptions.EncryptDocumentProperties property

Type: boolean