Created attachment 31156 [details] Original doc file I am using POI 3.9 version to convert word document to html. While working with table, it should not process properly. In a table, if a first row of first cell contains a table it will be rendered as separate table.
Created attachment 31157 [details] Output html file
The AbstractWordConverter/WordToHtmlConverter assumes, that nested tables are listed after their outer tables, but in your example, the nested tables is processed first and the outer table doesn't know of its children. I'm not sure, if this is just a problem of the converter, or if the record parsing /linking is wrong. I haven't read the word spec up till now and apparently there's a lack of hwpf maintainer (http://poi.apache.org/hwpf/#HWPF+Pointman+Needed%21) ... can you use XWPF (.docx) instead? (... as the xml structure is probably more straight-forward ...)
How can i use the xwpf? because i want to convert .doc files. How can i read *.doc files using xwpf instead xwpf?
Also it happens only when i have created the nested table in first row , first cell of the table. otherwise it has rendered as it is in my word file. The only problem is in the table[0,0]