Hi,
We need a solution where we can open excel file on the server and edit, calculate and use most if not all of Excel features.
From what I have seen of your Aspose.Cell, your product seem do pretty much what we need from a quick glance. But there is one feature we are looking for I could not find…
Is it possible to detect which cells have been modified following a cell change? For example, if I have in cell A1 the formula "=B1+2" and I change the content in cell B1, I would like to detect that the value in cell A1 might have changed.
In other word, we would need a Calculate Function that return the list of cells that have changed.
Thanks