XlsSaveOptions
XlsSaveOptions class
Represents the save options for the Excel 97-2003 file format: xls and xlt.
Constructors
| Name | Description |
|---|---|
| XlsSaveOptions | Creates options for saving Excel 97-2003 xls file. |
| XlsSaveOptions | Creates options for saving Excel 97-2003 xls/xlt file. |
Properties
| Name | Type | Description |
|---|---|---|
| LightCellsDataProvider | LightCellsDataProvider | The data provider for saving workbook in light mode. |
| IsTemplate | boolean | Indicates whether saving a template file. NOTE: This member is now obsolete. Instead, please create XlsSaveOptions with |
| MatchColor | boolean | Indicates whether matching font color because there are 56 colors in the standard color palette. |
| WpsCompatibility | boolean | |
| SaveFormat | int | Gets the save file format. The value of the property is SaveFormat integer constant. |
| ClearData | boolean | Make the workbook empty after saving the file. |
| CachedFileFolder | String | The cached file folder is used to store some large data. |
| ValidateMergedAreas | boolean | Indicates whether validate merged cells before saving the file. The default value is false. |
| MergeAreas | boolean | Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is |
| CreateDirectory | boolean | If true and the directory does not exist, the directory will be automatically created before saving the file. The defaul |
| SortNames | boolean | Indicates whether sorting defined names before saving file. |
| SortExternalNames | boolean | Indicates whether sorting external defined names before saving file. |
| RefreshChartCache | boolean | Indicates whether refreshing chart cache data |
| CheckExcelRestriction | boolean | |
| UpdateSmartArt | boolean | Indicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSm |
| EncryptDocumentProperties | boolean |
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.
| Parameter | Type | Description |
|---|---|---|
| saveFormat | int | A 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