TxtLoadOptions constructor
init
Creates the options for loading text file.
def __init__(self):
...
Remarks
The default load file type is CSV .
init
Creates the options for loading text file.
def __init__(self, load_format):
...
Parameter | Type | Description |
---|---|---|
load_format | LoadFormat | The loading format |
See Also
- module
aspose.cells
- class
TxtLoadOptions