https://issues.apache.org/bugzilla/show_bug.cgi?id=55935
Andreas Beeker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #2 from Andreas Beeker <[email protected]> --- 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 ...) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
