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):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | |
password | str | The password for encrypted ooxml files. |
See Also
- module
aspose.cells
- class
FileFormatUtil