Excel > JExcel API > How to read Cell Contents of Excel Spreadsheet
How to read Cell Contents of 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 a given Cell as a String.