Hi, HSSFCell.getStringCellValue() thows various NumberFormatException's if the data type in Excel is not of String type. I think this is too strict. Throwing an exception when getting a number from String field makes sense but I would much prefer if HSSFCell.getStringCellValue returned to toString() value of whatever the cell value.
Thanks, Sanjiv
