TxtLoadOptions Konstruktor
__init__(selbst)
Erstellt die Optionen zum Laden der Textdatei.
def __init__(self):
...
Bemerkungen
Der Standard-Ladedateityp ist CSV.
__init__(selbst, lade_format)
Erstellt die Optionen zum Laden der Textdatei.
def __init__(self, load_format):
...
Parameter | Typ | Beschreibung |
---|---|---|
load_format | LoadFormat | Das Ladeformat |
Siehe auch
- Modul
aspose.cells
- Klasse
TxtLoadOptions