XLSXDecryptor
Overview
XLSXDecryptor is a class in Aspose.Cells FOSS for Python.
Handles decryption of XLSX files.
This class provides 2 methods for working with XLSXDecryptor objects in Python programs.
Available methods include: decrypt_file, decrypt_to_memory.
All exported members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Methods
| Signature | Description |
|---|---|
decrypt_file(input_encrypted_path, output_path, password) | Decrypt an encrypted XLSX file. |
decrypt_to_memory(input_encrypted_path, password) | Decrypt an encrypted XLSX file to memory. |