Worksheet's getCells() method not found

Hi Team,

We are using Aspose.Cells Version 7.7.2.0.

I was just tring to remove formulas from worksheet as mentioned in

getCells() method.

Can you please help.

Thanks,

Ashish Sharma

Hi,


If you are using .NET version of the product, please try:
e.g
Sample code:

Cells cells = ws.Cells;
cells.RemoveFormulas();


Let us know if you still find any issue.

Thank you.

It did fix most of the cells but in some cells I can still see “#DIV/0!”

Hi,


Could you provide us your sample code (runnable) and template files (if you have any) to reproduce the issue on our end, we will check your issue soon.

Thank you.