JXL Support for excel 2007 format

jxl
Gunjan Shah picture Gunjan Shah · Dec 27, 2012 · Viewed 13k times · Source

I my app, I have used JXL to parse XLS sheets.

Now as per the client requirement I need to provide support for XLSX (Excel 2007) format also.

But it seems that JXL has not published any version which supports XLSX(Excel 2007) format.

Can anyone suggest me any way of JXL which is compatible with XLSX format ?

OR Is it required to change the API OR I can process XLSX file with JXL ?

Answer

Gunjan Shah picture Gunjan Shah · Jan 18, 2013

I visited JXL api and it seems that they are not providing support for xlsx format.

So I changed my api to Apche POI 3.9.

It has good functionality for xlsx/xls processing.