OoxmlLoadOptions constructor

init

Initializes a new instance of the OoxmlLoadOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the OoxmlLoadOptions class with a specified password.

def __init__(self, password):
    ...
Parameter Type Description
password str The password for opening an encrypted content.

See Also