I have created a worksheet, out.xls which had cell D6=D5*2 and D5 set to 1. My issue is that when I plug a value into D5 in jxl, D6 never calculates. D6 simply hold
If anyone else wants to know, POI does that using the FormulaEvaluator class.
Att
JExcel only allows to read or write Excel files, and give a Java representation of the content of an Excel file. It will not substitute for Excel.
When you add a formula, this formula will be computed, but only in Excel, when you open the generated file in Excel. The cell is not computed by JExcel.