| Author |
JExelApi read formulaNumberValue
|
Frank Hamilton
Greenhorn
Joined: Jan 19, 2011
Posts: 19
|
|
Hi ,
I have a problem with an write/read test with jexel api.
How can I get the formula cell value if I change its variables value with this api.
This is my test :
Formula value for A5 is =SUM(A1:A4)
Although the program change the value of A1,A2,A3,A4 , the A5 value that I get is the old value before change.
Any idea,
thanks
|
 |
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
|
posted

0
|
jExcelApi is a library for reading and writing XLS files, not a spreadsheet engine that can evaluate formulas.
Apache POI (the other notable library for handling Excel files) has a formula evaluator that I think could be used for this.
|
Android apps – ImageJ plugins – Java web charts
|
 |
Frank Hamilton
Greenhorn
Joined: Jan 19, 2011
Posts: 19
|
|
Thank so much.
|
 |
 |
|
|
subject: JExelApi read formulaNumberValue
|
|
|