WorkbookMetadata Class
Represents the meta data.
type WorkbookMetadata struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetOptions | Gets the options of the metadata. |
| GetBuiltInDocumentProperties | Returns a DocumentProperty collection that represents all the built-in document properties of the spreadsheet. |
| GetCustomDocumentProperties | Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet. |
| Save_String | Save the modified metadata to the file. |
| Save_Stream | Save the modified metadata to the stream. |