SpreadsheetML2003SaveOptions class
SpreadsheetML2003SaveOptions class
Represents the options for saving Excel 2003 spreadml file.
Inheritance: SpreadsheetML2003SaveOptions →
SaveOptions
The SpreadsheetML2003SaveOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self) | Creates the options for saving Excel 2003 spreadml file. |
__init__(self, save_format) | Creates the options for saving Excel 2003 spreadml 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 folder for temporary files that may be used as data cache. |
| 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. |
| check_excel_restriction | Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, it will be truncated. |
| 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. |
| is_indented_formatting | Causes child elements to be indented. |
| limit_as_xls | Limit as xls, the max row index is 65535 and the max column index is 255. |
| export_column_index_of_cell | The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell. |
See Also
- module
aspose.cells - class
SaveOptions - class
SpreadsheetML2003SaveOptions