I'm trying to create a table with docxj4. i created the table but without borders. I'm looking for but dont find anything. Any help will be grateful. Thanks for the attention and a salute. This is the code public static Tbl createTable(int rows, int cols, int cellWidthTwips) {
log.info("Creando la tabla |||||||||||");
Tbl tbl = Context.getWmlObjectFactory().createTbl();
// w:tblPr
String strTblPr = "<w:tblPr " + Namespaces.W_NAMESPACE_DECLARATION + ">"
+ "<w:tblStyle w:val=\"TableGrid\"/>"
+ "<w:tblW w:w=\"0\" w:type=\"auto\"/>"
+ ...

News of docx4j