Hi, i am using apache poi and java for excel manipulation.i have modified some of the cell in excel file by programatically using java.
After that, when i opening that excel file manually for seeing that update.after seeing, when i try to close the excel file it again ask me like "do you want to save the changes you made to test.xls file.
if i press yes button, then only i can able to read the formula cell values programatically further.otherwise,if i access the formula cell value it returns 0 value....
How to resolve this problem....
Please guide me to get this solution.