TxtLoadOptions yapıcı
TxtLoadOptions()
Metin dosyası yükleme seçeneklerini oluşturur.
def __init__(self):
...
Notlar
Varsayılan yükleme dosyası türü CSV’dir.
TxtLoadOptions(load_format)
Metin dosyası yükleme seçeneklerini oluşturur.
def __init__(self, load_format):
...
Parametre | Tip | Tanım |
---|---|---|
load_format | LoadFormat | yükleme formatı |
Ayrıca bakınız
- modül aspose.cells
- sınıf TxtLoadOptions