XlsSaveOptions

XlsSaveOptions class

Represents the save options for the Excel 97-2003 file format: xls and xlt.

Constructors

NameDescription
XlsSaveOptionsCreates options for saving Excel 97-2003 xls file.
XlsSaveOptionsCreates options for saving Excel 97-2003 xls/xlt file.

Properties

NameTypeDescription
LightCellsDataProviderLightCellsDataProviderThe data provider for saving workbook in light mode.
IsTemplatebooleanIndicates whether saving a template file. NOTE: This member is now obsolete. Instead, please create XlsSaveOptions with
MatchColorbooleanIndicates whether matching font color because there are 56 colors in the standard color palette.
WpsCompatibilityboolean
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

XlsSaveOptions() (1 of 2)

Creates options for saving Excel 97-2003 xls file.


XlsSaveOptions(saveFormat) (2 of 2)

Creates options for saving Excel 97-2003 xls/xlt file.

ParameterTypeDescription
saveFormatintA SaveFormat value. The file format. It should be SaveFormat.EXCEL_97_TO_2003 or SaveFormat.XLT , otherwise the saved format will be set as SaveFormat.EXCEL_97_TO_2003 automatically.

XlsSaveOptions.LightCellsDataProvider property

The data provider for saving workbook in light mode.

Type: LightCellsDataProvider

XlsSaveOptions.IsTemplate property

Indicates whether saving a template file. NOTE: This member is now obsolete. Instead, please create XlsSaveOptions with corresponding save format(xlt for true and xls for false). This method will be removed 12 months later since August 2020. Aspose apologizes for any inconvenience you may have experienced.

Type: boolean

XlsSaveOptions.MatchColor property

Indicates whether matching font color because there are 56 colors in the standard color palette.

Type: boolean

XlsSaveOptions.WpsCompatibility property

Type: boolean

XlsSaveOptions.SaveFormat property

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

Type: int

XlsSaveOptions.ClearData property

Make the workbook empty after saving the file.

Type: boolean

XlsSaveOptions.CachedFileFolder property

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

Type: String

XlsSaveOptions.ValidateMergedAreas property

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

Type: boolean

XlsSaveOptions.MergeAreas property

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

Type: boolean

XlsSaveOptions.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

XlsSaveOptions.SortNames property

Indicates whether sorting defined names before saving file.

Type: boolean

XlsSaveOptions.SortExternalNames property

Indicates whether sorting external defined names before saving file.

Type: boolean

XlsSaveOptions.RefreshChartCache property

Indicates whether refreshing chart cache data

Type: boolean

XlsSaveOptions.CheckExcelRestriction property

Type: boolean

XlsSaveOptions.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

XlsSaveOptions.EncryptDocumentProperties property

Type: boolean