save method
save
Save the modified metadata to the file.
def save(self, file_name):
...
Parameter | Type | Description |
---|---|---|
file_name | str | The file name. |
save
Save the modified metadata to the stream.
def save(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The stream. |
See Also
- module
aspose.cells.metadata
- class
WorkbookMetadata