Hi
I’m getting a StackOverflowException with the following spreadsheet. I’ve checked the spreadsheet in Excel and don’t see anything untoward which may be causing it. I’ve tried Aspose.Cells 5.1.2 and 5.1.3
Workbook workbook = new Workbook(@“C:\LBO.xls”);
workbook.CalculateFormula(true);
The file is from the EUSES Spreadsheet Corpus so doesn’t contain any sensitive data
Thanks