CFBReader
Overview
CFBReader is a class in Aspose.Cells FOSS for Python.
Reads encrypted XLSX from CFB format.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
file_path | `` | Read | Provides the file system path of the opened CFB file |
Methods
| Signature | Description |
|---|---|
__init__(file_path) | Initialize CFB reader. |
read_encryption_info() | Read EncryptionInfo stream from CFB file. |
read_encrypted_package() | Read EncryptedPackage stream from CFB file. |
close() | Close the CFB file. |
visit(index, parent_path) | Traverses the CFB structure at the given index with a parent path |