I am having a problem where I am trying to open an Excel workbook with a line of code that looks like this:
var workbook = new Workbook(inputFileInfo.FullName);
I am using Aspose.Cells for .NET 8.3.0.0.
The problem is that when I try and run that line in both .NET and mono, it never returns and my .NET process uses over 15GB of memory. It is a 2MB .xlsx file that I can’t post here because it contains sensitive client information, but I can e-mail you separately if you would like.
Thank you for your help.