CFBReader

Overview

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

Reads encrypted XLSX from CFB format.

Properties

NameTypeAccessDescription
file_path``ReadProvides the file system path of the opened CFB file

Methods

SignatureDescription
__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

See Also