On Tue, 25 Jan 2011, shankarrao wrote:
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);
That creates a text cell. You need to create a formula cell, and then you
need to evaluate the formula when you're done setting values:
http://poi.apache.org/spreadsheet/eval.html
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]