Sparkiline objects

Hello, with excel files in attachment, we receive an OverFlow exeption trying to convert it as image or pdf
We saw the problem is in the first excel column, containing some objects called "sparkline graphs"
Is it possible to avoid this exeption, saving document as image or pdf?
Thanks

Hi Valerio,


Thank you for contacting Aspose support.

Please try this case while using the latest version of Aspose.Cells for .NET 8.3.0.4 on your end. We have tested the scenario with following piece of code and aforesaid revision of Aspose.Cells for .NET, and we didn’t see any exception.

C#

var book = new Workbook(“Monthly college budget.xlsx”);
book.Save(“output.pdf”, SaveFormat.Pdf);
WorkbookRender render = new WorkbookRender(book, new ImageOrPrintOptions() { ImageFormat = ImageFormat.Tiff });
render.ToImage(“output.tiff”);


In case the problem persists, please provide us your exact source code to replicate the said problem.

Perfect, with 8.3.0.4 dll is woking.
We’ll wait publish your new public version of Aspose.Cells
Thank you

Hi Valerio,

Thanks for your feedback and using Aspose.Cells.

It is good to know that your issue is resolved with the latest version. The next official major release v8.3.1 will be published within next two weeks before 20th December.

Please check the Aspose.Cells Downloads Section in that time span. We will also notify you when next release will be published by posting in this thread.

Hi Valerio,

Thanks for using Aspose.Cells.

We have published the Official Major Release which you can download from the following link.