OdsSaveOptions constructor
__init__(self)
Creates the options of saving ods file.
def __init__(self):
...
__init__(self, save_format)
Creates the options of saving ods file.
def __init__(self, save_format):
...
| Parameter | Type | Description |
|---|---|---|
| save_format | aspose.cells.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