https://issues.apache.org/bugzilla/show_bug.cgi?id=55265
--- Comment #2 from Marc <[email protected]> --- System.out.println("CELL col=" + cell.getColumnIndex() + " VALUE=" + value); System.out.println("CELL col=" + cell.getColumnIndex() + " FORMAT=" + cell.getCellStyle().getDataFormat()); gives CELL col=0 VALUE=NUMERIC value=1.0 CELL col=0 FORMAT=3 -- 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]
