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.
It is currently Wed Sep 17, 2025 8:27 am
org.docx4j.openpackaging.parts.PresentationML.SlidePart slidePart = (SlidePart) allPartsMap.get(partName);
org.docx4j.wml.Document wmlDocument = (org.docx4j.wml.Document)slidePart.getJaxbElement();
// as
public final class SlidePart extends JaxbPmlPart<Sld>
Total posts 10193 • Total topics 2868 • Total members 2098