XLSXEncryptor

Overview

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

Handles encryption of XLSX files.

Properties

NameTypeAccessDescription
params``ReadProvides access to encryption parameters such as algorithm settings

Methods

SignatureDescription
__init__(encryption_params)Initialize XLSX encryptor.
encrypt_file(input_xlsx_path, output_path, password)Encrypt an XLSX file.

See Also