Date: 05/24/07 (Java Web) Keywords: java, microsoft Overview There are two good choices for reading & writing Microsoft Excel Spreadsheet files from Java, in a platform independent way, - jexcelapi and Jakarta POI (HSSF). Both of them provide nice interface to access Excel data structure and even generate new spreadsheet. I have done extensive tests with both of them for a high-profile project [...] Source: http://blog.taragana.com/index.php/archive/how-to-read-write-excel-spreadsheet-from-java/
|