<![endif]–>
Hi Aspose team,
As a hot-fix for issues CELLSNET-40190 and CELLSNET-40195 you provided me the Aspose.Cells for .NET v7.0.4.1 library which indeed contains the fixes for those two issues. Many thanks for this.
But when I switched to the new lib I realized that some of my Excel files start causing System.NullreferenceException during the initial workbook opening.
After some investigation I’ve found the reason of the problem – a list box with assigned named input range (you can find it on the second worksheet in the attached file).
As an additional clue I can state the fact this issue was not present in the Aspose.Cells for .NET v7.0.2 and before and was introduced starting from v7.0.3.
This code is enough to raise an exception (please use attached file):
Workbook workbook = new Workbook("MyExcelFile.xlsx");
Versions used: Aspose.Cells for .Net v7.0.4.1, Windows 7 professional 64-bit, Office 2010 32-bit.
Could you please take a look and provide me a fix if possible?
Thank you in advance.