Le CFBReader
Vue de l’ensemble
‘CFBReader’ est une classe dans Aspose.Cells FOSS pour Python.
Lire crypté XLSX du format CFB.
Cette classe fournit 5 méthodes pour travailler avec les objets CFBReader dans les programmes Python. Les méthodologies disponibles comprennent: __init__, close , read_encrypted_package ‘read _encryption_infoetvisit. Tous les membres publics sont accessibles à n'importe quelle application Pythone après l'installation de l’Aspose.Cells FOSS pour le package Pyathon. Propriétés : file_path` .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
file_path | `` | Read | Gets the file path. |
méthodes
| 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 |
Voir aussi
- Aspose.Cells pour Python — Enterprise API Reference