I have a cell A in one of the sheets referencing another cell B in another sheet. Links are set to updat autmatically. Everytime I change the value in Cell B, Cell A reflect the change as expected.
However, if I change the value of Cell B from out side excel (using Java POI apache api) then Cell A does not change. I open the sheet and Cell A still reflects the old value. If I do a recaluclate, same thing.
Any idea how to make this value update/change to reflect the new cell?
Please help