posted 10 years ago
I am using JExcel API, to read the contents of a existing excel file.
I am trying to read a cell that contains a formula, and displays the calculated value in that cell.
For example : 25 = (a1 * b1), where 25 is displayed in the cell.
Using JExcel API, i can read the formula in the cell, but how do i read the calculated value of the formula.
Thanks