I still have a problem
when it is used with hierarchical container with just one column.
It is in ExcelExport.class line 428
sheet.addMergedRegion(new CellRangeAddress(0, 0, 0, getPropIds().size() - 1));
where it throws an exception.
I still have a problem
when it is used with hierarchical container with just one column.
It is in ExcelExport.class line 428
sheet.addMergedRegion(new CellRangeAddress(0, 0, 0, getPropIds().size() - 1));
where it throws an exception.