Hi! Aspose team,
I want to export Hierarchy grid to excel.
I am trying to achieve it by grouping the rows feature of aspose cells for java.
But for Parent in the hierarchy I need to give extra empty cell range to make…...get(7,0); cell8.setValue("A1 - Apple");...groupRows(6, 12, true); cells.groupRows(7, 11, true); workbook.save(dataDir...