What is the best solution for reading/writing Excel files with Java? I
am interested in open source solutions like Jakarta POI
Thanks,
O
Frank Langelage - 24 Aug 2006 21:58 GMT
> What is the best solution for reading/writing Excel files with Java? I
> am interested in open source solutions like Jakarta POI
>
> Thanks,
> O
JExcelApi, see http://jexcelapi.sourceforge.net/
Arne Vajhøj - 25 Aug 2006 01:51 GMT
> What is the best solution for reading/writing Excel files with Java? I
> am interested in open source solutions like Jakarta POI
None is perfect.
I have used both POI and the JDBC-ODBC bridge and the
MS ODBC driver for Excel.
Arne