Problems translating Excel charts to PDF - Y Axis missing

Ugh! I found another problem. Note the missing y axis labels in the top right and middle right charts in the PDF version of the output. The labels show up in Excel, albeit they are very small floating point numbers. Could it be that the library is having an issue with rounding?

Hi,


Thanks for the files.

We will check if we have any better options to cope with it or fix the issue. If we find any, we will let you know here.

Thanks for being patient!

Hi,

Thanks for feedback and providing the needed files.

I tested your issue with the latest version:
Aspose.Cells
for .NET v7.1.0.5

and found the problem.

Below is a screenshot with red circles for a reference.

This issue has been logged as CELLSNET-40358.

Please see the code below and the output pdf file.

C#


string path = @“F:\Shak-Data-RW\Downloads\Aspose.xls”;

Workbook workbook = new Workbook(path);


workbook.Save(path + “.out.pdf”);


Screenshot:

Hi,

We have fixed this issue of missing Y-axis labels. Please download and try this fix: Aspose.Cells for .NET v7.1.0.6

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.