On Sat, 10 Nov 2012, Sbryc wrote:
XSSFRow row = (XSSFRow)iter.next();
System.out.println("row.getCell() = " + row.getCell());
That's calling cell.toString(). You almost certainly want to switch on the type, fetch the numeric value as a double and format it as needed
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
