Hi,
I have generated with xlsx4j , but if I try to print it, Excel crashes and restarts. This is the Error message without information :
What did I do wrong?
Regards, Nadeo
It is currently Tue Jun 24, 2025 9:35 pm
template = WordprocessingMLPackage.load(this.getClass().getClassLoader().getResourceAsStream(templatePath));
MainDocumentPart documentPart = template.getMainDocumentPart();
documentPart.addStyledParagraphOfText("Heading1", "test1");
documentPart.addStyledParagraphOfText("Heading1", "test2");
documentPart.addStyledParagraphOfText("Heading1", "test3");
Total posts 10181 • Total topics 2864 • Total members 2095