PDF Export displays 0 on stack charts

Good day


Please see attached files. On stack bar 0 displays but should not and also no bevel on charts when exsport to PDF

Hi,


Thanks for your posting and using Aspose.Cells.

We have tested this issue with the following sample code with your source excel file using the latest version: Aspose.Cells for .NET v16.10.10.0 and found the issue as per your description and screenshot.

We have logged this issue in our database for investigation. We will look into it and fix this issue. Once the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as

  • CELLSNET-44905 - PDF export displays 0 on stack charts

I have also attached the output pdf generated with the following code for a reference.

C#
Workbook wb = new Workbook(“TramGraphReport.xlsx”);

PdfSaveOptions opts = new PdfSaveOptions();
opts.OnePagePerSheet = true;

wb.Save(“output.pdf”, opts);

Hi again,


This is to update you that the ticket logged earlier as CELLSNET-44905 has been marked resolved. We will shortly share the fix here for your testing.
Hi,

Thanks for using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells for .NET v16.11.1.0 and let us know your feedback.

Thanks working :slight_smile:

Hi,

It is good to know that the latest version/fix fixed your issue. Please feel free to contact us back in case you need our further assistance with Aspose APIs.

Thank you.

The issues you have found earlier (filed as CELLSNET-44905) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.