CSVLoadOptions

Overview

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

Options for loading CSV files.

Properties

NameTypeAccessDescription
delimiter``ReadSpecifies the character that separates fields in a CSV file
encoding``ReadDefines the text encoding used when reading the CSV data
has_header``ReadIndicates whether the first row of the CSV contains column headers
quote_char``ReadSets the character used to quote fields that contain delimiters
escape_char``ReadDefines the character used to escape special characters in CSV fields
skip_rows``ReadSpecifies how many initial rows to ignore when loading the CSV
auto_detect_types``ReadEnables automatic inference of cell data types during import
date_formats``ReadProvides a list of date format strings used to parse date values
true_values``ReadDefines strings that are interpreted as boolean true when loading
false_values``Read

Methods

SignatureDescription
__init__()

See Also