Opening XLSB with multiple auto-filters throws null reference exception

Aspose team,

I'm running into a null reference exception when loading XLSB files with multiple auto filters enabled. If I load an XLSX version, no exception is thrown.

Attached is a console applicaiton that demonstrates the issue, using Aspose.Cells v5.3.0.

Initially I thought that it might have to do with the fact that I updated the load to use the constructor instead of the deprecated Open method, but this is not the case. Both methods throw in the same location when loading XSLB.

It's probably worth noting that the console app is the same one posted in this thread <A href="</A>, but modified to show the issue when loading. </P> <P>Thanks!<BR>Jim</P>

Hi Jim,

Thanks for sample application. We will look into it and update you as soon as possible.

Hi,

Please try Aspose.Cells for .NET v5.3.0.1. We have fixed your issue. I have tested it with your project and it works fine.


Thank you.

Hello,


This looks good. Thanks for the quick turn!

Jim