XLSXDecryptor
Összefoglaló
XLSXDecryptor egy Python-osztály a Aspose.Cells rendszerben.
XLSX fájlok dekódolását kezeli.
Módszerek
| 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. |