I’m getting a StackOverflowException in Workbook.CalculateFormulas. It happens on most of ny spreadsheets but not all. Is there a fix/workaround? Thanks
Hi,
Kindly post your template Excel file here, so that we could conduct the Workbook.CalculateFormula() test.
Also, which version of the product your are using?
Thank you.
Here’s one of the files. The version is 4.2.0.0. Thanks
Hi,
Thanks for providing the file. I have tested this file with latest Aspose.Cells for .NET 5.2.2.1 and found no problem. Here is my code.
C#
Workbook workbook = new Workbook(@“C:\Downloads\Temp6.xls”);
workbook.CalculateFormula();