Input Data: I have tested this with blank sheets, sheets with 100 lines and sheets with 2000 lines, all produce the same error periodically
Code:
- Code: Select all
//Create a Workbook object
Workbook workbook = new();
//Load the file stream
workbook.LoadFromFile(inFile);
Using FreeSpire.XLS 14.2.0 installed as a nuget package in visual studio
My environment is Win 11 64bit, EN-GB
My application type is an asp.net core (MVC) web app using .NET 6.0