Archiv für Dezember 2006

Accessing Excel with Java

Dezember 26, 2006

Excel is Microsoft. Java is not. Nevertheless there are ways to manipulate the XLS-format from Java.

Some Open Source solutions are listed here:

„Handle Excel files“ by Réal Gagnon

I tested two of them:

  1. JXL
  2. POI

Jxl is straightforward and easy to use. POI is for all kind of Mircosoft formats, not only for Excel. IMHO it is a little more tricky to use.