Add "Value From Cells" as data points on excel chart using Aspose.Cells for Java

When I add “Value From Cells” as data points on my excel chart, and when I open and
save file, I get an error when opening saved file. I’ve attached photos showing what I’m trying
to do and what the error message is.
Workbook workbook;
String dataDir = “”;
workbook = new Workbook(dataDir + “Report.xlsx”);
workbook.save(dataDir + “Output.xlsx”, SaveFormat.XLSX);

Screenshot_1.png (360.7 KB)
Screenshot_2.png (80.6 KB)
Report.zip (11.1 KB)

@alex.stepanyuk,
We have tested this scenario using the latest fix Aspose.Cells for Java v19.11.9 and opened the output file but there is no error. The output file generated with this version is attached here for your reference. Output.zip (11.4 KB)

Thanks for answer, Aspose.Cells for Java v19.11.9 fix bug. Can you tell me, when the fix gets into a stable release?

@alex.stepanyuk,
We will hopefully publish our next official release, i.e., Aspose.Cells for Java v19.12 by next week of December 2019.