Aria chart not ignoring no info when exporting

Aria chart not ignoring no info when exporting. 1.PNG sows view in excel 2.png view after PDF export

Hi,


Thanks for your posting and using Aspose.Cells.

We have tested your issue with the latest version: Aspose.Cells for .NET v16.11.9 and observed the issue as per your screenshots. Area chart is slanted at the end in pdf output unlike excel file.

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-44976 - Area chart is slanted at the end in pdf output unlike excel file

I have also attached the output pdf generated by the code and screenshot highlighting the issue for a reference.

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

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

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

When will this be resolved?

Hi,

Thanks for your posting and using Aspose.Cells.

We are afraid there is no update for you at this moment regarding this issue. However, we have logged your comment in our database against this issue and requested the product team to provide some fix or ETA for this issue. Once there is some news for you, we will update you asap by posting in this thread.
Hi,

Thanks for your using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells for .NET v16.12.1 for your issue CELLSNET-44976 and let us know your feedback.

Note:
The above fix is compiled with .NET 2.0, if you need .NET 4.0 compiled fix, then please download: Aspose.Cells for .NET v16.12.1 (.NET 4.0).

Good day


This seems to be working now

Hi again,


Thank you for the confirmation. It is good to know that you are up & running again. Please feel free to get in touch if you need our further assistance with Aspose APIs.

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


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