aspose file tools
The moose likes Other Open Source Projects and the fly likes JExelApi read formulaNumberValue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "JExelApi read formulaNumberValue" Watch "JExelApi read formulaNumberValue" New topic
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
    
    7
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 appsImageJ pluginsJava web charts
Frank Hamilton
Greenhorn

Joined: Jan 19, 2011
Posts: 19
Thank so much.



 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JExelApi read formulaNumberValue
 
Similar Threads
transfer data between Excel sheets
to print a table in word(.doc file)
Writing a content in excel in incremental way
Read data from ExcelSheet
Excelsheet content reading