MinimalCFBWriter

MinimalCFBWriter

Overview

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

Minimal CFB file writer for encrypted Office documents.

Properties

NameTypeAccessDescription
sector_size``ReadGets or sets the size of a sector in bytes
major_version``ReadGets or sets the major version of the CFB format
streams``ReadProvides a collection of streams added to the CFB file

Methods

SignatureDescription
__init__(sector_size)Initialize CFB writer.
add_stream(name, data)Add a stream to the CFB file.
write(file_path)Write CFB file.

See Also