Hi nick,
After i made changes, yes.
Now, i do this:
cellx = rowx.createCell(8);
String colonneI = "I3:I20";
cellx.setCellFormula("SUM("+colonneI+")");
//format EQUIPE de la colonne I
cellStyle = wbx.createCellStyle();
cellStyle.setDataFormat(fmt.getFormat("#,##0"));//format 1 000 par ex.
cellx.setCellStyle(cellStyle);
--
View this message in context:
http://apache-poi.1045710.n5.nabble.com/to-obtain-value-of-cellx-setCellFormula-SUM-I3-I20-tp5546613p5547557.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]