Bars missing in Chart's PDF

Hello,

I am using Aspose.Cells v8.6.2.1 to generate PDF of chart - M-BDWEUS in the attached excel file. In the PDF output, some of the bars are missing.

Following code is used to generate the output:

void chartToPDF() throws Exception {
Workbook workbook = new Workbook("test.xlsx");
WorksheetCollection ws = workbook.getWorksheets();
String worksheetName = "Chart";
Chart chart = ws.get(worksheetName).getCharts().get("M-BDWEUS");
chart.toPdf("D:\\test.pdf");
}

Can you please analyse this issue.

Thanks,
Neha
Hi Neha,

Thank you for sharing the sample spreadsheet.

We have evaluated the presented scenario while using the latest version of Aspose.Cells for Java 8.6.2.1, and we are able to notice the said issue. We have logged this incident as CELLSJAVA-41623 in our bug tracking system. Please allow us some time to investigate the matter and to provide a fix. In the meanwhile, we will keep you posted with updates in this regard.

Hi Babar,


Any update on this issue pl.?

Thanks,
Arminder

Hi,

Thanks for your posting and using Aspose.Cells.

Your issue is in progress however there is no ETA available for it. Hopefully your issue will be fixed in next one or two weeks. We have also logged your comment in our database for product team consideration and requested it to provide some update or ETA. Once there is some news for you, we will let you know asap.

Hi agian,

This is to update you that we have fixed the problem logged earlier as CELLSJAVA-41623. We will shortly provide the fix here after ensuring the quality & incorporating other enhancements.

Hi,

Thanks for using Aspose.Cells.

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

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


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