Is there any way to get the corresponding sheet name of the modified webcell?

Hi,
I’m now testing the new version you suggested. But I’ve one important query. GridWeb.ModifiedCells contains a collection of WebCell. Is there any way to get the corresponding sheet name of the modified webcell?

Thanks.
Wahid

Hi,

Thanks for your question.

Please download and use the latest version:
Aspose.Cells
for GridWeb v2.7.7.2002


I think, it is not currently possible to get a sheet name from a webcell.

However, we will further look into your requirements and help you asap.

Also, I have logged your issue in our database with the id: CELLSNET-40770.

Hi,
The latest version that you provided doesn’t work as it crashes to load a simple excel file.
“Sheet Name with modified cells” information is not available following the link you provided. I need this feature urgent. Can you please help?

Thanks.
Wahid

Hi,

Thanks for your posting and using Aspose.Cells for GridWeb.

The sheet name should be active sheet name of a gridweb control e.g

C#
GridWeb1.WebWorksheets.ActiveSheet.Name

Hopefully, it will solve your problem. Have a nice day.