WorkbookMetadata Class

WorkbookMetadata class

Represents the meta data.


type WorkbookMetadata struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewWorkbookMetadataCreate the meta data object.

Methods

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