Excel > JExcel API > How to read Contents of all Cells in Excel Spreadsheet
How to read Contents of all Cells in Excel Spreadsheet
Java Excel API is an open source java library to read, write and modify Excel spread sheets.
This requires the library jxl-2.6.12.jar to be in classpath.
The following example shows how to read the contents of all Cells in a Spread sheet as a String.