XlsSaveOptions Konstrukteur

XlsSaveOptions()

Erstellt Optionen zum Speichern von Excel 97-2003 xls/xlt-Dateien.

def __init__(self):
    ...

XlsSaveOptions(format)

Erstellt Optionen zum Speichern von Excel 97-2003 xls/xlt-Dateien.

def __init__(self, format):
    ...
ParameterTypBeschreibung
formatSaveFormatDas Dateiformat. Es muss xls/xlt sein.

Siehe auch