I am working on a project in which I use NPOI v2.3.1 NuGet package. While debugging my code, I see the following messages in output without an actual exception being thrown:
Exception thrown: 'NPOI.OpenXml4Net.Exceptions.InvalidFormatException' in NPOI.OpenXml4Net.dll
Since I can't step into the code, I downloaded the source code of NPOI and struggled to get it configured for debugging with little success and a lot of wasted time. Is there a way to debug the code the NuGet package directly?