XlsSaveOptions class
XlsSaveOptions class
Represents the save options for the Excel 97-2003 file format: xls and xlt.
Inheritance: XlsSaveOptions
→
SaveOptions
The XlsSaveOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Creates options for saving Excel 97-2003 xls file. |
init | Creates options for saving Excel 97-2003 xls/xlt file. |
Properties
Property | Description |
---|---|
save_format | Gets the save file format. |
clear_data | Make the workbook empty after saving the file. |
cached_file_folder | The cached file folder is used to store some large data. |
validate_merged_areas | Indicates whether validate merged cells before saving the file. |
merge_areas | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
create_directory | If true and the directory does not exist, the directory will be automatically created before saving the file. |
sort_names | Indicates whether sorting defined names before saving file. |
sort_external_names | Indicates whether sorting external defined names before saving file. |
refresh_chart_cache | Indicates whether refreshing chart cache data |
warning_callback | Gets or sets warning callback. |
update_smart_art | Indicates whether updating smart art setting. The default value is false. |
encrypt_document_properties | Indicates whether encrypt document properties when saving as .xls file. The default value is true. |
light_cells_data_provider | The data provider for saving workbook in light mode. |
is_template | Indicates whether saving a template file. |
match_color | Indicates whether matching font color because there are 56 colors in the standard color palette. |
wps_compatibility | Indicates whether to make the xls more compatible with WPS. |
See Also
- module
aspose.cells
- class
SaveOptions
- class
XlsSaveOptions