I am generating a document, where I use addHTML function to insert a table to header. Unfortunatelly I cannot create this table by standard phpdocx means, as there are two columns, both with text including linebreaks and vertical spaces between paragraphs.
So when I create this table in xhtml and insert it using addHTML, it looks great in MS Word, but unfortunatelly it is completely hidden when I open it in Open Office 3.3.0 (both Win and Mac). I noticed the same behavior when using addDOCX() function , which would also solve my problem.
Is there any way to fix this ?
Thanks a lot