WorkbookMetadata Konstrukteur
WorkbookMetadata(file_name, options)
Erstellen Sie das Metadatenobjekt.
def __init__(self, file_name, options):
...
Parameter | Typ | Beschreibung |
---|---|---|
file_name | str | |
options | MetadataOptions |
WorkbookMetadata(stream, options)
Erstellen Sie das Metadatenobjekt.
def __init__(self, stream, options):
...
Parameter | Typ | Beschreibung |
---|---|---|
stream | io.RawIOBase | |
options | MetadataOptions |
Siehe auch
- Modul aspose.cells.metadata
- Klasse WorkbookMetadata