CSVSaveOptions
Overview
CSVSaveOptions is a class in Aspose.Cells FOSS for Python.
Options for saving CSV files.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
delimiter | `` | Read | Specifies the character used to separate fields when saving as CSV |
encoding | `` | Read | Defines the text encoding applied to the generated CSV file |
quote_char | `` | Read | Sets the character used to quote fields containing delimiters |
quoting | `` | Read | Determines the quoting strategy for fields in the CSV output |
line_terminator | `` | Read | Specifies the newline sequence used between CSV rows |
include_header | `` | Read | Indicates whether column headers are written to the CSV file |
worksheet_index | `` | Read | Selects which worksheet is exported when saving as CSV |
date_format | `` | Read | Defines the string format used for date values in the CSV |
datetime_format | `` | Read | Sets the format for datetime values when exporting to CSV |
time_format | `` | Read | Specifies the format applied to time values in the CSV output |
write_bom | `` | Read | Determines whether a UTF-8 byte order mark is written at the start of the file |
Methods
| Signature | Description |
|---|---|
__init__() |