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