I am using NPOI library in my .NET Core app to read a .xls file. Everything works fine on my local. When I deploy to IIS I see that the application is unable to read the .xls file and it gives error:
Unable to construct record instance
The NPOI dll's are moved to IIS. Does anyone have experience with this library usage ?