Hello,
I have cloned the docx4all project and I could compile the project after some hurdles, but I have stumbled upon the following problems :
1) There is an ArrayIndexOutOfBoundsException in TableView.java at line spans = columnSpans; for index 1.
2) After catching that exception, I am getting <proofErr></proofErr> tags before every element in a table cell, also the formatiing is all messed up. But if I save the docx file, the formatting is maintained. ...