Checksum in Excel worksheet

Hi,


I will be exporting 1000 rows of data using Aspose cells to excel workbook. Business user will use the same spread sheet to modify the day and import data into the system. Is there any way in Apsose cells we can set something that indicates that Row is modified by the user or not ? Depending upon this flag we can update or Insert records in Database.

Thanks,
Chandra

Hi,


Thanks for your inquiry.

Well, I am afraid, Aspose.Cells does not support events, so you have to manually compare each and every cell in the row(s) with original data via Aspose.Cells APIs (you may try looping through the cells range) to evaluate if it is updated or not.

Thank you.