OdsSaveOptions constructor
init
Creates the options of saving ods file.
def __init__(self):
...
init
Creates the options of saving ods file.
def __init__(self, save_format):
...
Parameter | Type | Description |
---|---|---|
save_format | SaveFormat | The file format. It should be SaveFormat.ODS , SaveFormat.OTS ,SaveFormat.FODS or SaveFormat.SXC ,otherwise the saved format will be set as SaveFormat.ODS automatically. |
See Also
- module
aspose.cells
- class
OdsSaveOptions