Java read xls- Read data from Java excel API JAVA

This Java program shows how to read Excel file. Please note that this program will read only .xls file and will not read .xlsx file. You can convert a .xlsx to .xls by clicking Save As and select the Save as type ‘Excel 97-2003 Workbook (*.xls)’. This program uses poi-3.9-20121203.jar. You can download it here poi-3.9-20121203. …

Continue reading