MetadataOptions Class

MetadataOptions class

Represents the options of loading metadata of the file.


type MetadataOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewMetadataOptionsCreates an options of loading the metadata.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetMetadataTypeGets and sets the type of the metadata which is loading.
GetPasswordRepresents Workbook file encryption password.
SetPasswordRepresents Workbook file encryption password.
GetKeyLengthThe key length.
SetKeyLengthThe key length.