OdsLoadOptions constructor

__init__(self)

Represents the options of loading ods file.


def __init__(self):
    ...

__init__(self, type)

Represents the options of loading ods file.


def __init__(self, type):
    ...
ParameterTypeDescription
typeaspose.cells.LoadFormatThe load format type.

See Also