Dirty flag : aspose workbook

Hi,

I want to use dirty flag in ASPOSE.CELLS workbook.

Based on this dirty flag, I can decide
1. Whether to calculate formula or not.
2. Whether to save workbook or not to the disk

I want to set the dirty flag whenever there is any change in the workbook.

Please provide me some ideas by which I can implement dirty flag in ASPOSE workbook.

Appriciate quick respose.

Thanks.
Kailas


Hi Kailas,

We do not support to trace the change now.We are considering this feature,but it could not be avaible soon.

Please trace the change by yourslef now. Example: if you call Cell.PutValue method, the changed flag is true.