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):
    ...
| Parameter | Type | Description | 
|---|---|---|
| type | aspose.cells.LoadFormat | The load format type. | 
See Also
- module 
aspose.cells - class 
OdsLoadOptions