Aspose Cells - Workbook Save - Object Reference Exception

Hi,

We are using Aspose.Cells version 18.11 in our system. When workbook size is large it is throwing Null reference exception without any details. I saw a similar problem in an old version (here). Could you please look into this?

book.Save(destination, SaveFormat.Xlsb);

Here, book is an instance of a workbook with many worksheets. If the size is small it works fine but quite frequently it throws Object Reference exception.

@rahulsingii

Can you please consider using latest version of Aspose.Cells for .NET 21.1 on your end. In case there is still an issue then please share the source file that is reproducing the issue on your end along with used sample code.

@rahulsingii,

Moreover, if you are creating the bigger file dynamically in code, please share the sample code (runnable) or preferably create a sample console application, zip the project and post us, we will check it soon.