CSVLoadOptions

Overview

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

Options for loading CSV files.

This class provides 1 method for working with CSVLoadOptions 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: auto_detect_types, date_formats, delimiter, encoding, escape_char, false_values, and 4 more.

Properties

NameTypeAccessDescription
delimiter``ReadGets the delimiter.
encoding``ReadGets the encoding.
has_header``ReadGets the has header.
quote_char``ReadGets the quote char.
escape_char``ReadGets the escape char.
skip_rows``ReadGets the skip rows.
auto_detect_types``ReadGets the auto detect types.
date_formats``ReadGets the date formats.
true_values``ReadGets the true values.
false_values``ReadGets the false values.

Methods

SignatureDescription
__init__()

See Also