Excel-Show All formulas Functionality in Aspose Cells Gridweb

Hi Aspose Team,

In Excel there is a functionality where the user can view all the formulas in the sheet by pressing CTRL+`(grave accent ) key combination or by selecting the “Show Formulas” option in “Formulas” tab.
We are in need of this functionality in Aspose Cells GridWeb.
Kindly suggest necessary changes to enable this Functionality in Aspose Cells GridWeb.

Thanks,
VED

Hi,


I am afraid, your desired feature is not available in GridWeb at the moment. However, I have logged your feature request into our database with an id “CELLSNET-41422”. We will look into it soon.

Once we have any update on it, we will let you know here.

By the way, you may try to loop through the cells in the worksheet and manually specify, e.g

//…
WebCell cell = sheet.Cells[0,0];
cell.PutValue(cell.Formula);



Thank you.

Hi,


We have done an initial analysis of your requested feature. We can support this feature but we have to find some time to do it. Kindly spare us some time (1 week or so) for it.

Once we have any update on it, we will let you know here.

Thank you.

Hi,


We will release our next official release / version Aspose.Cells.GridWeb v2.7.16.2000 before the end of this week that will support your desired feature.

You will be notified here once the release is available (Aspose.Cells for .NET v7.4.1)

Thank you.

The issues you have found earlier (filed as CELLSNET-41422) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.