TxtSaveOptions Konstruktor
__init__(selbst)
Erstellt Optionen zum Speichern von Textdateien.
def __init__(self):
...
__init__(selbst, Format speichern)
Erstellt Optionen zum Speichern von Textdateien.
def __init__(self, save_format):
...
Parameter | Typ | Beschreibung |
---|---|---|
save_format | SaveFormat | Das Dateiformat. Es sollte SaveFormat.CSV oder SaveFormat.TSV sein,Andernfalls wird das gespeicherte Format automatisch auf SaveFormat.CSV eingestellt. |
Siehe auch
- Modul
aspose.cells
- Klasse
TxtSaveOptions