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

NameTypeAccessDescription
delimiter``ReadGets the delimiter.
encoding``ReadGets the encoding.
quote_char``ReadGets the quote char.
quoting``ReadGets the quoting.
line_terminator``ReadGets the line terminator.
include_header``ReadGets the include header.
worksheet_index``ReadGets the worksheet index.
date_format``ReadGets the date format.
datetime_format``ReadGets the datetime format.
time_format``ReadGets the time format.
write_bom``ReadGets the write bom.

Methods

SignatureDescription
__init__()

See Also