XLSXEncryptor
Overview
XLSXEncryptor is a class in Aspose.Cells FOSS for Python.
Handles encryption of XLSX files.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
params | `` | Read | Provides access to encryption parameters such as algorithm settings |
Methods
| Signature | Description |
|---|---|
__init__(encryption_params) | Initialize XLSX encryptor. |
encrypt_file(input_xlsx_path, output_path, password) | Encrypt an XLSX file. |