XlsSaveOptions class

XlsSaveOptions class

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

Inheritance: XlsSaveOptionsSaveOptions

The XlsSaveOptions type exposes the following members:

Constructors

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

Properties

PropertyDescription
save_formatGets the save file format.
clear_dataMake the workbook empty after saving the file.
cached_file_folderThe cached file folder is used to store some large data.
validate_merged_areasIndicates whether validate merged cells before saving the file.
merge_areasIndicates whether merge the areas of conditional formatting and validation before saving the file.
create_directoryIf true and the directory does not exist, the directory will be automatically created before saving the file.
sort_namesIndicates whether sorting defined names before saving file.
sort_external_namesIndicates whether sorting external defined names before saving file.
refresh_chart_cacheIndicates whether refreshing chart cache data
warning_callbackGets or sets warning callback.
update_smart_artIndicates whether updating smart art setting.
The default value is false.
light_cells_data_providerThe data provider for saving workbook in light mode.
is_templateIndicates whether saving a template file.
match_colorIndicates whether matching font color because there are 56 colors in the standard color palette.

See Also