Dear Aspose Support Team,
I hope this message finds you well. We have encountered a critical bug in the Aspose.Slides for Java library, specifically related to incorrect chart display after export. Below are the details of the issue, along with the necessary information for your review:
Reproduction Steps:
-
Example presentation with an affected chart:
import.zip (47.4 KB) -
Code triggering the bug:
public void chartBugReproduction6() throws Exception {
String importPath = "/path/to/import.pptx";
String exportPath = "/path/to/export.pptx";
try (var is = new FileInputStream(new File(importPath))) {
var pres = new Presentation(is);
// save imported presentation
try (var fos = new FileOutputStream(exportPath)) {
pres.save(fos, SaveFormat.Pptx);
}
}
}
Issue Description:
-
Expected Chart Appearance:
Chart Before Export.png (3.8 KB) -
Aspose Exported Chart Appearance:
Chart After Export.png (3.2 KB)
Observations:
- The Chart seems to fix itself in Powerpoint when right clicking the chart and selecting “Edit Data in Excel”
Environment:
- Aspose.Slides version: 25.11
- Java version: 24
- Operating Systems: Ubuntu 24
Your prompt attention to this matter is highly appreciated. Please let us know if any additional information is required to investigate and resolve this issue.
Thank you for your assistance.
Best regards,
Justin Voitel
Domino informatics GmbH