Ability to generate master dashboard and multiple, granular detail worksheets

@sagaofsilence.dev
Please check the attached files:
Detail_Master.zip (62.2 KB)
Are they your excepted result?

We generated result with the following codes:

 var wbk1 = new Workbook(dir + "template.xlsx");
 WorkbookDesigner d = new WorkbookDesigner();
 d.Workbook = wbk1;
 d.SetJsonDataSource(null, File.ReadAllText(dir + "ShirtsStyleData.json"));
 d.Process();
 wbk1.Save(dir + "dest.xlsx");

@sagaofsilence.dev,

This is to notify that your issue (Ticket ID: “CELLSJAVA-46477”) has been resolved. The feature/enhancement will be included in the next release (Aspose.Cells v25.9), which is scheduled for the next week of September 2025. We will inform you once the new version is available.