XlsbSaveOptions constructor
init
Creates xlsb file save options.
def __init__(self):
...
init
Creates xlsb file save options.
def __init__(self, save_format):
...
Parameter | Type | Description |
---|---|---|
save_format | SaveFormat | The save format . It must be xlsb. |
Remarks
NOTE: This constructor is now obsolete. Instead, please use XlsbSaveOptions() constructor. This property will be removed 12 months later since January 2021. Aspose apologizes for any inconvenience you may have experienced.
See Also
- module
aspose.cells
- class
XlsbSaveOptions