Image Objects within chart does not save

I’m having some issues with image objects not saving within a chart. I’ve attached an example template for testing. When this templates is used, only the chart is getting saved and the image objects do not get saved when saving as xlsm.

Hi,


Thanks for your posting and using Aspose.Cells.

Please download and use the latest version: Aspose.Cells for Java v16.10.3 it is working fine. I have tested it with the following code and output xlsm file is correct. I have attached the output xlsm file for your reference.

Java
Workbook wb = new Workbook(dirPath + “chart+test.xlsx”);
wb.save(dirPath + “output.xlsm”);