Overview of the msoffcrypto.format package submodules
masterThe msoffcrypto.format package provides specialized modules for handling different Microsoft Office file formats. Developers can use these submodules to interact with specific encryption structures for legacy and modern Office documents.
Supported format submodules include:
msoffcrypto.format.doc97: For legacy Word documents.msoffcrypto.format.ppt97: For legacy PowerPoint presentations.msoffcrypto.format.xls97: For legacy Excel spreadsheets.msoffcrypto.format.ooxml: For modern Office Open XML formats (e.g., .docx, .xlsx, .pptx).msoffcrypto.format.base: Contains base classes and fundamental logic.msoffcrypto.format.common: Contains shared utilities used across different format modules.