OoxmlSaveOptions constructor
init
Creates the options for saving office open xml file.
def __init__(self):
...
init
Creates the options for saving office open xml file.
def __init__(self, save_format):
...
Parameter | Type | Description |
---|---|---|
save_format | SaveFormat | The file format. It should be one of following types: SaveFormat.XLSX , SaveFormat.XLTX ,SaveFormat.XLAM , SaveFormat.XLSM or SaveFormat.XLTM ,otherwise the saved format will be set as SaveFormat.XLSX automatically. |
See Also
- module
aspose.cells
- class
OoxmlSaveOptions