verify_password method

verify_password

Detects and returns the information about a format of an excel stored in a stream.

Returns

Returns whether the password is corrected.

def verify_password(self, stream, password):
    ...
ParameterTypeDescription
streamio.RawIOBase
passwordstrThe password for encrypted ooxml files.

See Also