Incorrect number-format of X-axis labels in Chart's PDF

Hello,

I am using Aspose.Cells v8.7.0.2 to generate PDF of chart - chart1 in the attached excel file. In the PDF output, the format of x-axis labels is incorrect.

Following code is used to generate the output:

Workbook workbook = new Workbook("test.xlsx");
WorksheetCollection ws = workbook.getWorksheets();
String worksheetName = "Sheet1";
Chart chart = ws.get(worksheetName).getCharts().get("chart1");
chart.toPdf("D:\\response_8.7.0.2.pdf");
I have attached Aspose generated and excel generated PDF and a screenshot of the issue.

Can you please analyse this issue.

Thanks,
Neha

Hi Neha,


Thank you for the samples.

We have evaluated the presented scenario while using the latest revision of Aspose.Cells for Java 8.7.1.2, and we are able to notice the said problem. In order to further investigate the matter, we have logged this incident as CELLSJAVA-41767 in our bug tracking system. Please spare us little time to properly analyze the case and get back with updates in this regard.

Hello,


Thanks for your reply.

This is a Customer Reported Issue and they are asking for an immediate fix for this issue.

Can you please mark this as a high priority issue and provide an immediate fix for this in a separate patch build.

Thanks,
Neha

Hi Neha,


I have raised the priority of the ticket as well as requested the concerned member of the product team to provide an insight of the problem. As soon as we receive any updates, we will post here for your kind reference.

Thank you for your patience.

Hi,

Thanks for using Aspose.Cells.

This is to inform you that we have fixed your issue CELLSJAVA-41767 now. We will soon provide the fix after performing QA and including other enhancements and fixes.

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


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