And here's the problem: > case XSSFCell.CELL_TYPE_FORMULA: > return cell.getNumericCellValue();
Cell.getXCellValue will not convert between data types. If the cell isn't numeric, trying to get a numeric value will raise an exception. Refer to the Quick Guide that I referenced in a prior email.
