TxtSaveOptions class
TxtSaveOptions class
Represents the save options for csv/tab delimited/other text format.
Inheritance: TxtSaveOptions
→
SaveOptions
The TxtSaveOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Creates text file save options. |
init | Creates text file save options. |
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. |
separator | Gets and sets char Delimiter of text file. |
separator_string | Gets and sets a string value as separator. |
encoding | Gets and sets the default encoding. |
always_quoted | Indicates whether always adding ‘"’ for each field. If true then all values will be quoted; If false then values will only be quoted when needed(for example, when values contain special characters such as ‘"’ , ‘\n’ or separator character). Default is false. |
quote_type | Gets or sets how to quote values in the exported text file. |
format_strategy | Gets and sets the format strategy when exporting the cell value as string. |
light_cells_data_provider | The data provider for saving workbook in light mode. |
trim_leading_blank_row_and_column | Indicates whether leading blank rows and columns should be trimmed like what ms excel does. Default is true. |
trim_tailing_blank_cells | Indicates whether tailing blank cells in one row should be trimmed. Default is false. |
keep_separators_for_blank_row | Indicates whether separators should be output for blank row. Default value is false so by default the content for blank row will be empty. |
export_area | The range of cells to be exported. |
export_quote_prefix | Indicates whether the single quote sign should be exported as part of the value of one cell when Style.quote_prefix is true for it. Default is false. |
export_all_sheets | Indicates whether exporting all sheets to the text file. If it is false, only export the activesheet, just like MS Excel. |
See Also
- module
aspose.cells
- class
SaveOptions
- class
TxtSaveOptions