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 Thu Nov 28, 2024 5:35 am
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 10111 • Total topics 2842 • Total members 2074