JExcelApi is a Java library for reading, writing, and modifying Microsoft Excel spreadsheets.
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>2.6.12</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example to read an Excel workbook
Switch to Apache POI (org.apache.poi:poi-ooxml) for .xlsx support.
No dependency data recorded yet.