Hi.
I try to estimate xlsx4j as a solution for our work project writing xlsx files.
How could I group rows?
I`ve used PartsList to get info the structure of the xlsx file, containing row grouping, but I got nothing similar on the console.
row.setOutlineLevel(outlineLevel);
<outlinePr summaryBelow="0"/>
CTSheetPr sheetPr = Context.getsmlObjectFactory().createCTSheetPr();
CTOutlinePr outlinePr = Context.getsmlObjectFactory().createCTOutlinePr();
outlinePr.setSummaryBelow(false);
sheetPr.setOutlinePr(outlinePr);
sheet.getJaxbElement().setSheetPr(sheetPr);
Users browsing this forum: No registered users and 53 guests