Hi,
Here is the description of what I want to do :
My application uses GridWeb to load Excel workbook. When the page is loaded, the user can modify some cells in it. On postback, I need to get only the modified cells. Is there a feature in the gridweb control which allows to do that?
Thanks,
Romain.
Hi,
Thanks for your posting and using Aspose.Cells for GridWeb.
I have looked into your query and found that this feature does exist.
Please download and use the latest version:
Aspose.Cells
for GridWeb v2.7.12.2000
Please try the following code to access the modified cells of your loaded worksheet.
C#
var listOfModifiedCells = this.m_GridWeb.ModifiedCells;
Thank you.