How to set formulas in cells using Apache POI?

Posted by vamsi on Stack Overflow See other posts from Stack Overflow or by vamsi
Published on 2010-02-26T03:02:39Z Indexed on 2010/04/26 14:33 UTC
Read the original article Hit count: 338

Filed under:
|

Currently I am using Apache POI for java to set formulas for cells, but the problem is after I run the program, and open the excel file that i created and processed with my java program, the cells with the formula included the formula as a string, rather than the value the formula should have returned.

© Stack Overflow or respective owner

Related posts about java

Related posts about apache-poi