CFBReader
Overview
CFBReader is a class in Aspose.Cells FOSS for Python.
Reads encrypted XLSX from CFB format.
This class provides 5 methods for working with CFBReader objects in Python programs.
Available methods include: __init__, close, read_encrypted_package, read_encryption_info, visit.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: file_path.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
file_path | `` | Read | Gets the file path. |
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 and parent path |