Reputation: 1107
I've downloaded JExcelAPI version 2.6.12, and I've not been able to run it using JRE 1.5, only with JRE 1.6.
Can anybody confirm this? or maybe point me which version of JExcel works with JRE 1.5? I haven't been able to find it on the JExcel website.
I need to use it in a project which is limited to work with JRE 1.5.
Upvotes: 0
Views: 693
Reputation: 1793
Maybe you could try Apache POI's HSSF... most projects that do native Excel format use this, in my experience.
http://poi.apache.org/spreadsheet/quick-guide.html
Upvotes: 1