MinimalCFBWriter

MinimalCFBWriter

Overview

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

Minimal CFB file writer for encrypted Office documents.

This class provides 3 methods for working with MinimalCFBWriter objects in Python programs. Available methods include: __init__, add_stream, write. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: major_version, sector_size, streams.

Properties

NameTypeAccessDescription
sector_size``ReadGets the sector size.
major_version``ReadGets the major version.
streams``ReadGets the streams.

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