WorkbookMetadata constructor
init
Create the meta data object.
def __init__(self, file_name, options):
...
Parameter | Type | Description |
---|---|---|
file_name | str | |
options | MetadataOptions |
init
Create the meta data object.
def __init__(self, stream, options):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | |
options | MetadataOptions |
See Also
- module
aspose.cells.metadata
- class
WorkbookMetadata