yes, i did so :
newCell.setCellType(XSSFCell.CELL_TYPE_FORMULA);
newCell.setCellValue("=BDP($C270;E$1)");
but actually i have to do something like :
newCell.setCellValue(cell.getCellFormula());
bcs oldCell contains a macros!
--
View this message in context:
http://apache-poi.1045710.n5.nabble.com/POI-3-7-can-t-get-formula-tp3246256p3246982.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]