MinimalCFBWriter
Overview
MinimalCFBWriter is a class in Aspose.Cells FOSS for Python.
Minimal CFB file writer for encrypted Office documents.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
sector_size | `` | Read | Gets or sets the size of a sector in bytes |
major_version | `` | Read | Gets or sets the major version of the CFB format |
streams | `` | Read | Provides a collection of streams added to the CFB file |
Methods
| Signature | Description |
|---|---|
__init__(sector_size) | Initialize CFB writer. |
add_stream(name, data) | Add a stream to the CFB file. |
write(file_path) | Write CFB file. |