Apache POI
Microsoft Office document processing powered by Apache POI — read and write Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) files
CategoryDocuments
Version0.3.0
AuthorElite AI
Isolation ModeClassLoaderIsolated
Min Hefty Version0.26.0
PlatformsAll
DependenciesNone
Available For Planspremium
Instruments
| Name | Category | Risk Level | Keywords | Description |
|---|---|---|---|---|
| msoffice_info | Filesystem | ReadOnly | office, info, metadata, properties, docx, xlsx, pptx, word, excel, powerpoint | Retrieve metadata and structural information from any Microsoft Office document (.docx, .xlsx, .pptx). |
| read_docx | Filesystem | ReadOnly | word, docx, read, extract, text, document, paragraphs, tables | Extract text, paragraphs, and tables from a Word document (.docx). |
| write_docx | Filesystem | LocalWrite | word, docx, create, write, document, heading, paragraph, table | Create a Word document (.docx) with headings, paragraphs, tables, and lists. |
| read_xlsx | Filesystem | ReadOnly | excel, xlsx, read, spreadsheet, data, cells, sheets, formulas | Read data from Excel spreadsheets (.xlsx) with optional sheet and range selection. |
| write_xlsx | Filesystem | LocalWrite | excel, xlsx, create, write, spreadsheet, data, sheets | Create an Excel spreadsheet (.xlsx) with multiple sheets, typed data, and optional header formatting. |
| read_pptx | Filesystem | ReadOnly | powerpoint, pptx, read, slides, presentation, notes, extract | Extract slide content, notes, and structure from a PowerPoint presentation (.pptx). |
| write_pptx | Filesystem | LocalWrite | powerpoint, pptx, create, write, slides, presentation | Create a PowerPoint presentation (.pptx) with titled slides, content, and speaker notes. |