File size is 10mb.
File format is .xls
I am using the
Workbook
class from jxl-2.6.jar file of apache poi.try { Workbook wb = Workbook.getWorkbook(filePath);//**after this line i am getting OOM** sheet = wb.getSheet(sheetcount); // this line is even not executing. } catch (Exception e) { // ... }
Please notice this is a .xls file, not a .xlsx file.
Any help is appreciated.