MetadataOptions
Contents
[
Hide
]MetadataOptions class
Represents the options of loading metadata of the file.
class MetadataOptions;
Constructors
Name | Description |
---|---|
constructor(MetadataType) | Creates an options of loading the metadata. |
Properties
Property | Type | Description |
---|---|---|
metadataType | MetadataType | Readonly. Gets and sets the type of the metadata which is loading. |
password | string | Represents Workbook file encryption password. |
keyLength | number | The key length. |
constructor(MetadataType)
Creates an options of loading the metadata.
constructor(metadataType: MetadataType);
Parameters:
Parameter | Type | Description |
---|---|---|
metadataType | MetadataType | The type of metadata. |
metadataType
Readonly. Gets and sets the type of the metadata which is loading.
metadataType : MetadataType;
password
Represents Workbook file encryption password.
password : string;
keyLength
The key length.
keyLength : number;