CSVSaveOptions

Overview

CSVSaveOptions is a class in Aspose.Cells FOSS for Python.

Options for saving CSV files.

Properties

NameTypeAccessDescription
delimiter``ReadSpecifies the character used to separate fields when saving as CSV
encoding``ReadDefines the text encoding applied to the generated CSV file
quote_char``ReadSets the character used to quote fields containing delimiters
quoting``ReadDetermines the quoting strategy for fields in the CSV output
line_terminator``ReadSpecifies the newline sequence used between CSV rows
include_header``ReadIndicates whether column headers are written to the CSV file
worksheet_index``ReadSelects which worksheet is exported when saving as CSV
date_format``ReadDefines the string format used for date values in the CSV
datetime_format``ReadSets the format for datetime values when exporting to CSV
time_format``ReadSpecifies the format applied to time values in the CSV output
write_bom``ReadDetermines whether a UTF-8 byte order mark is written at the start of the file

Methods

SignatureDescription
__init__()

See Also