WorkbookMetadata Konstruktor
__init__(selbst, Dateiname, Optionen)
Erstellen Sie das Metadatenobjekt.
def __init__(self, file_name, options):
...
Parameter | Typ | Beschreibung |
---|---|---|
file_name | str | |
options | MetadataOptions |
__init__(selbst, Stream, Optionen)
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