TxtSaveOptions constructor
init
Creates text file save options.
def __init__(self):
...
init
Creates text file save options.
def __init__(self, save_format):
...
Parameter | Type | Description |
---|---|---|
save_format | SaveFormat | The file format. It should be SaveFormat.CSV or SaveFormat.TSV ,otherwise the saved format will be set as SaveFormat.CSV automatically. |
See Also
- module
aspose.cells
- class
TxtSaveOptions