Hello,
I want to create a table in a new docx file,but I do not know how to.Is there any exmple?
It is currently Tue Jun 17, 2025 11:52 pm
public class DocxTest {
public static void main(String[] args) {
WordprocessingMLPackage wordMLPackage;
try {
wordMLPackage = WordprocessingMLPackage.load(new java.io.File("C:\\modelo.docx"));
} catch (Docx4JException e) {
e.printStackTrace();
}
}
}
Total posts 10181 • Total topics 2864 • Total members 2095