I have one of the Workbook cells with a formula associated to it. Please
check the code snippet below for the Formula Cell i am using.
CellUtil.createCell(formulaRow, column,"SUM("A1:A9")",locked);I see that when i am opening the workbook, the cell is showing the formula as SUM(A1:A9). The value is not shown as evaluated. Could you please help me in fixing this. -Shankar -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Formulas-are-not-getting-evaluated-when-opening-the-Workbook-tp3356398p3356398.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]
