XLSXDecryptor
General
XLSXDecryptor és una classe en Aspose.Cells per a Python.
Es tracta de desxifrar arxius XLSX.
Mètodes
| 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. |