jxl

JXL Support for excel 2007 format


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 ?


Solution

  • 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.