XLSXDecryptor

Overview

XLSXDecryptor is a class in Aspose.Cells FOSS for Python.

Handles decryption of XLSX files.

Methods

SignatureDescription
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.

See Also