SpreadsheetML2003SaveOptions constructor

init

Creates the options for saving Excel 2003 spreadml file.

def __init__(self):
    ...

init

Creates the options for saving Excel 2003 spreadml file.

def __init__(self, save_format):
    ...
ParameterTypeDescription
save_formatSaveFormatThe save format.

Remarks

NOTE: This constructor is now obsolete. Instead, please use SpreadsheetML2003SaveOptions() constructor. This property will be removed 12 months later since January 2021. Aspose apologizes for any inconvenience you may have experienced.

See Also