XLSXEncryptor
Overview
XLSXEncryptor is a class in Aspose.Cells FOSS for Python.
Handles encryption of XLSX files.
This class provides 2 methods for working with XLSXEncryptor objects in Python programs.
Available methods include: __init__, encrypt_file.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: params.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
params | `` | Read | Gets the params. |
Methods
| Signature | Description |
|---|---|
__init__(encryption_params) | Initialize XLSX encryptor. |
encrypt_file(input_xlsx_path, output_path, password) | Encrypt an XLSX file. |