Hello. We're currently facing an issue with running the CalculateAllValue() method. Unfortunately we can't provide the input data due to confidentiality reasons.
The code itself is fairly basic. We're filling out some excel sheets then we call the CalculateAllValue() method to fill out the values inside the remaining sheets of the file, which rely on formulas and the pre-filled data.
The code also runs fine when doing this for a single file. However, the processing happens in a loop consisting of several files and for some files this call fails with a Stack Overflow exception.
The version we're using is SpireXLS for .net 8.3.8.
The environment is Windows. It's reproducible on both the servers (Windows Server 2016) as well as our machines, (W10).
The application type is a Console app (.net framework 4.5.2)
The exception itself is thrown within the SpireXLS library so we're wondering whether you know of any common situations where this might happen.
The development machines as well as the server are equipped with 16GB of RAM and the data sets are under 100MB.
Thank you for any ideas or suggestions you might have.