MetadataOptions

MetadataOptions class

Represents the options of loading metadata of the file.

class MetadataOptions;

Constructors

NameDescription
constructor(MetadataType)Creates an options of loading the metadata.

Properties

PropertyTypeDescription
metadataTypeMetadataTypeReadonly. Gets and sets the type of the metadata which is loading.
passwordstringRepresents Workbook file encryption password.
keyLengthnumberThe key length.

constructor(MetadataType)

Creates an options of loading the metadata.

constructor(metadataType: MetadataType);

Parameters:

ParameterTypeDescription
metadataTypeMetadataTypeThe 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;