https://issues.apache.org/bugzilla/show_bug.cgi?id=57062
--- Comment #3 from [email protected] --- Here is the stack trace for the error: java.lang.IllegalStateException: Cannot get a numeric value from a text cell at org.apache.poi.xssf.usermodel.XSSFCell.typeMismatch(XSSFCell.java:855) at org.apache.poi.xssf.usermodel.XSSFCell.getNumericCellValue(XSSFCell.java:213) at org.apache.poi.ss.usermodel.DateUtil.isCellDateFormatted(DateUtil.java:444) When the first column has data/text, it is able to read the second column as date however when the first column is empty, it tries to read the second column as string and errors out. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
