When I run the following code, I get a Stackoverflow error.
ExcelPriceList = new Spire.Xls.Workbook();
with the code: Spire.Xls.Workbook ExcelPriceList;
run a few lines above.
I am using c#, in Visual Studio Community 2019 v. 16.11.19. System is running Windows 10 with lastest updates.
I have just updated spire DLL's to lastest (8.1.1) version using NUGet manager in VS.
The actual error text is:
Process is terminated due to StackOverflowException.
An unhandled exception of type 'System.StackOverflowException' occurred in Spire.XLS.dll
The program '[15164] GAPTrack.exe' has exited with code -1 (0xffffffff).
can anyone helpout here..?