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)