Provides APIs for reading and writing Office Open XML formats (e.g., .xlsx, .docx, .pptx).
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.5.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an Excel workbook and writes data to a cell.
Use streaming (SXSSFWorkbook) for large files to reduce memory usage.
No dependency data recorded yet.