Hi , I am using POI 2.0. In a excel if i have a cell value been computed using a excel formula ,i couldnt able to read that. For EX: test.xls A B C 100 200 300 = SUM(A1,B1) in this case when i try reading this excel i can able to read 100, 200 but not 300.Even its not giving any error also. Please revert back the solution asap. Thanks in advance
Not a POI bug. Use HSSFFormulaEvaluator to evaluate formulas. Regards, Yegor