Graphs with multiple series: bad positioning

Hi all,
we have a problem exporting in SVG or PDF the graph of the attached Excel: the square serie have an incorrect positioning.Please check.
Best regards.Excel Chart with Aspose - Source.zip (56.7 KB)

@gmaglie

Thanks for using Aspose APIs.

We were able to observe this issue and logged it in our database for investigation and for a fix. Once, the issue is resolved or we have some other news for you, we will update you asap.

This issue has been logged as

  • CELLSNET-45785 - Series “Nominale in Essere (mln)” Data Labels Positioning is Wrong

@gmaglie

Thanks for using Aspose APIs.

We are working over this issue and we are hopeful, it will be fixed in next version i.e. 17.11.8. Once, the fix is available for you, we will update you in this topic.

The issues you have found earlier (filed as CELLSNET-45785) have been fixed in this Aspose.Cells for .NET 17.12 update.

Please also check the following article:

Hi, I have Java version of Cell.
Regards.

@gmaglie

We have also fixed this issue in Java version. The Java version will be released on Monday or Tuesday. Meanwhile, you can use the following hot fix. Please check the screenshot showing the output Pdf generated by this hot fix.

Output Pdf Download Link:
17.11.7-out.pdf (39.6 KB)

Java

Workbook wb = new Workbook(dirPath + "Excel Chart with Aspose - Source.XLSX"); 

PdfSaveOptions opts = new PdfSaveOptions(); 
opts.setOnePagePerSheet(true); 

wb.save(dirPath + CellsHelper.getVersion() +  "-out.pdf", opts);

Screenshot:

@gmaglie

You may also try the Official Version that can be downloaded from Aspose Maven Repository from the following link.

Aspose.Cells for Java 17.12

The problem is been solved.
Thanks.
Best regards.

@gmaglie,

Good to know that your issue is sorted out by the latest version/fix. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.