CsvDataLoadOptions constructor
CsvDataLoadOptions()
Initializes a new instance of this class with default options.
def __init__(self):
...
CsvDataLoadOptions(has_headers)
Initializes a new instance of this class with specifying whether CSV data contains column names at the first line.
def __init__(self, has_headers: bool):
...
| Parameter | Type | Description |
|---|---|---|
| has_headers | bool |
See Also
- module aspose.words.reporting
- class CsvDataLoadOptions