Hi,
Thanks for your posting and using Aspose.Cells.
We were able to replicate this issue by executing the following sample code with the latest version: Aspose.Cells
for Java v8.6.0.2. Long hyphens don’t display appropriately in PDF/Image output of excel chart.
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
- CELLSJAVA-41493 - Long hyphens don’t display appropriately in PDF/Image output of excel chart
I have attached the output pdf generated with the following code for a reference.
Java
String filePath = “D:\Downloads\72272_bad_looking_chart±+Copy.xlsx”;
Workbook workbook = new Workbook(filePath);
PdfSaveOptions opts = new PdfSaveOptions();
opts.setOnePagePerSheet(true);
workbook.save(filePath + “.out.pdf”, opts);
Hello.
At IHS we also have Aspose.cells license and we have encountered this problem too.
Fixing it is important for us, because our users face it in everyday work.
Regards,
Tomek
Hi Tomek,
Hi,
Thanks for using Aspose.Cells for Java.
Please download and try this fix: Aspose.Cells for Java v8.6.0.6 and let us know your feedback.
The issues you have found earlier (filed as CELLSJAVA-41493) have been fixed in
Aspose.Cells for Java (Download | Maven)
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi,
[Java]
String dir = “f:\files\”;
Workbook workbook = new Workbook(dir + “72272_bad_looking_chart±+Copy.xlsx”);
WorksheetCollection ws = workbook.getWorksheets();
Chart chart = ws.get(0).getCharts().get(“Chart 1”);
chart.toPdf(dir + “out172272chart1.pdf”);
Hi,
Thanks for using Aspose.Cells.
We have fixed the issue CELLSJAVA-41640.
Please download and try the latest fix: Aspose.Cells for Java v8.6.2.6 and let us know your feedback.
The issues you have found earlier (filed as CELLSJAVA-41640) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hello,
Hi Jaspreet,
Hello,
Hi,
Thanks for your posting and using Aspose.Cells.
We are
afraid, there is no update for you regarding this issue at this moment.
However, we have logged your comment in our database against this issue
and again requested the product team to provide some fix or ETA for this
issue. Once there is some news for you, we will let you know asap.
Hi,
Thanks for your using Aspose.Cells.
We have fixed the issue CELLSJAVA-41640.
Please download and try the latest fix: Aspose.Cells for Java v8.8.0.2 and let us know your feedback.
Hello,
I am currently using Aspose.Cells v17.8.
We are still facing rendering issues in Long-Hyphens in PDF and PNG outputs of Chart 1 and Chart 2. The long-hyphens should render exactly as they are in Excel Chart. Currently the position of long-hyphens is not the same as in Excel chart.
I have attached the PDF/PNG output of Chart 1 and Chart 2 along with the Excel file. I have also attached the screenshots for the issues. attachments.zip (711.9 KB)
Can you please analyse this.
Thanks,
Neha
We have logged this issue in our database for improvement. We will investigate it and improve the chart output more if possible. Once, the issue is resolved or we have some other news for you, we will let you know asap.
This issue has been logged as
- CELLSJAVA-42372 - Position of Long-Hyphens is not same as Microsoft Excel