WorkbookMetadata Class

WorkbookMetadata class

Represents the meta data.


type WorkbookMetadata struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewWorkbookMetadata_String_MetadataOptionsCreate the meta data object.
NewWorkbookMetadata_Stream_MetadataOptionsCreate the meta data object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetOptionsGets the options of the metadata.
GetBuiltInDocumentPropertiesReturns a DocumentProperty collection that represents all the built-in document properties of the spreadsheet.
GetCustomDocumentPropertiesReturns a DocumentProperty collection that represents all the custom document properties of the spreadsheet.
Save_StringSave the modified metadata to the file.
Save_StreamSave the modified metadata to the stream.