Hi,
In our application, we load a lot of data and formula into an aspose Workbook (Aspose.Cells for Java). During my processing, I dynamically update some cell values in the workbook. Now, in order to apply these values I have to invoke calculateFormula( ). I wanted to introduce an optimization in my code so that I skip the calculateFormula( ) invocation when there in no data update after initial load.
Is there any API in aspose which I can invoke to know if the workbook has gotany un-evaluated change or in other works whether the workbook is dirty.
Any help or pointers will be highly appreciated.
Thanks,
Malay