Hello,
I have a batch calculation in .NET C# where I access an Excel workbook using Aspose.Cell. It basically works great, but when running CalculateFormula() it throws an exception ‘Exception of type ‘\u0005\u0003\u0017’ was thrown’ very many times in a row. Also the performance is very low, depending on the Excel used. I have attached the Forms application, in the last test case performing CalculateFormula() takes about 40 seconds, which is a bit long but still ok. The first test case takes about 2.5 minutes. This is actually too long, although the Excel is even less complex.
All you have to do is start the application, select the first or last row in the grid and click on ‘Batch starten’ at the bottom right. The exception occurs in all cases. Please ignore the file not found or xml parser exceptions, they should not have an effect.
ExcelBatchTool.zip (2,7 MB)
Aspose.Cell version 24.7.0 is installed.
I use ignoreError = true, but that does not help.
Can you please help?
Kind regards