Because i did this before:
for (Iterator it = sheetx.rowIterator(); it.hasNext();){
rowx = (XSSFRow) it.next();
So i don't do this in bold:
*row = sheet.createRow(10); *cell = row.createCell(0);
cell.setCellValue("Test");
--
View this message in context:
http://apache-poi.1045710.n5.nabble.com/How-to-write-the-Formula-of-division-with-2007-excel-files-and-POI-tp5528227p5546592.html
Sent from the POI - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]