CSVSaveOptions
Overview
CSVSaveOptions is a class in Aspose.Cells FOSS for Python.
Options for saving CSV files.
This class provides 1 method for working with CSVSaveOptions objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: date_format, datetime_format, delimiter, encoding, include_header, line_terminator, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
delimiter | `` | Read | Gets the delimiter. |
encoding | `` | Read | Gets the encoding. |
quote_char | `` | Read | Gets the quote char. |
quoting | `` | Read | Gets the quoting. |
line_terminator | `` | Read | Gets the line terminator. |
include_header | `` | Read | Gets the include header. |
worksheet_index | `` | Read | Gets the worksheet index. |
date_format | `` | Read | Gets the date format. |
datetime_format | `` | Read | Gets the datetime format. |
time_format | `` | Read | Gets the time format. |
write_bom | `` | Read | Gets the write bom. |
Methods
| Signature | Description |
|---|---|
__init__() |