This was working..and I moved the disposal code to the finally block, and now it fails every time. I have a test spreadsheet with 4 records, 6 columns long. Here is the code I\'m using to bring it in
What are the possible reasons of OutofMemory exception. Memory allocations should be handled by GC. How much memory is allocated/Available to normal .NET/C# application
I struggle on a System.OutOfMemoryException when performing an import process where a lot of objects are being created.