XlsSaveOptions Konstruktor

__init__(selbst)

Erstellt Optionen zum Speichern von Excel 97-2003-XLS-Dateien.


def __init__(self):
    ...

__init__(selbst, Format speichern)

Erstellt Optionen zum Speichern von Excel 97-2003-XLS/XLT-Dateien.


def __init__(self, save_format):
    ...
ParameterTypBeschreibung
save_formatSaveFormatDas Dateiformat.
Es sollte SaveFormat.EXCEL_97_TO_2003 oder SaveFormat.XLT sein,
Andernfalls wird das gespeicherte Format automatisch auf SaveFormat.EXCEL_97_TO_2003 eingestellt.

Siehe auch