Registry / serialization / jxl
library2.6.12javamavenunverified

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>
INSTALL
IMPORT
SIG · JXL
J
jxl
serializationjavav2.6.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Workbook
jxl.Workbook

Minimal example to read an Excel workbook

import jxl.Workbook; import java.io.File; public class Main { public static void main(String[] args) throws Exception { Workbook workbook = Workbook.getWorkbook(new File("spreadsheet.xls")); System.out.println("Sheets: " + workbook.getNumberOfSheets()); } }
Debug
Known issues
gotchaJExcelApi does not support .xlsx format; use Apache POI for modern Excel files.
fix
Switch to Apache POI (org.apache.poi:poi-ooxml) for .xlsx support.
affects: *
Upgrade
Version history
2.6.12latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jxl — mvn dependency:get jxl · libregistry