-
Notifications
You must be signed in to change notification settings - Fork 4
Home
nambach edited this page Mar 22, 2024
·
21 revisions
ExcelUtil is a wrapper library of Apache POI for reading and writing Excel in declarative fashion.
This documentation provides fully in-depth guides and sample use-cases where this library can make your life easier when it comes to handling Excel.
ExcelUtil is using Apache POI 5.2.5 internally.
<dependency>
<groupId>io.github.nambach</groupId>
<artifactId>ExcelUtil</artifactId>
<version>2.5.1</version>
</dependency>
- Minimum version: JDK 8
- Support Excel version: 97-2003 (.xls), 2007+ (.xlsx)
If you spot a bug or request a new feature, please raise an issue.