verify_password method

verify_password(, stream, password)

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

Returns

Returns whether the password is corrected.


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

See Also