| Interface | Description | 
|---|---|
| Module | Representation of Macro module in office file. | 
| Class | Description | 
|---|---|
| VBAMacroExtractor | This tool extracts out the source of all VBA Modules of an office file,
  both OOXML (eg XLSM) and OLE2/POIFS (eg DOC), to STDOUT or a directory. | 
| VBAMacroReader | Finds all VBA Macros in an office file (OLE2/POIFS and OOXML/OPC),
  and returns them. | 
| VBAMacroReader.ModuleImpl | |
| VBAMacroReader.ModuleMap | 
| Enum | Description | 
|---|---|
| Module.ModuleType | Type of macro module | 
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.