OoxmlSaveOptions Konstrukteur

OoxmlSaveOptions()

Erstellt die Optionen zum Speichern von Office Open XML-Dateien.

def __init__(self):
    ...

OoxmlSaveOptions(save_format)

Erstellt die Optionen zum Speichern von Office Open XML-Dateien.

def __init__(self, save_format):
    ...
ParameterTypBeschreibung
save_formatSaveFormatDas Dateiformat.
Es muss xlsx, xltx, xlsm, xltm sein.

Siehe auch