CSVLoadOptions
Overview
CSVLoadOptions is a class in Aspose.Cells FOSS for Python.
Options for loading CSV files.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
delimiter | `` | Read | Specifies the character that separates fields in a CSV file |
encoding | `` | Read | Defines the text encoding used when reading the CSV data |
has_header | `` | Read | Indicates whether the first row of the CSV contains column headers |
quote_char | `` | Read | Sets the character used to quote fields that contain delimiters |
escape_char | `` | Read | Defines the character used to escape special characters in CSV fields |
skip_rows | `` | Read | Specifies how many initial rows to ignore when loading the CSV |
auto_detect_types | `` | Read | Enables automatic inference of cell data types during import |
date_formats | `` | Read | Provides a list of date format strings used to parse date values |
true_values | `` | Read | Defines strings that are interpreted as boolean true when loading |
false_values | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__() |