Excel Diagram Does Not Export Correctly

Hello Support Team,

If you see the attached excel file, then the export to image or pdf does not maintain the original arrow position of the file. They get displaced or overlap or are missing.

You can refer the file provided to try replicate the issue.

Thanks,
Jay

Hi Jay,

Thanks for your posting and using Aspose.Cells for .NET.

We were able to observe this issue. The arrows in the output pdf get displaced or are missing. We have logged this issue in our database. 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-42199.

We have attached the output pdf for a reference.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\test+excel+diagram.xlsx”;


Workbook workbook = new Workbook(filePath);

workbook.Save(filePath + “.out.pdf”, SaveFormat.Pdf);

Hi,

Thanks for your using Aspose.Cells.

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

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


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