CFBWriter

Overview

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

Writes encrypted XLSX to CFB format.

This class provides 2 methods for working with CFBWriter objects in Python programs. Available methods include: __init__, write. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.

Methods

SignatureDescription
__init__()Initialize CFB writer.
write(file_path, encryption_info_xml, encrypted_package, package_size)Write CFB file with EncryptionInfo and EncryptedPackage streams.

See Also