We have a requirement to generate MS-Word file from content stored into different database tables. Some of these content are HTML snippets (well formed HTML). I have managed to create the required Word document by using AlternativeFormatInputPart.
Now the problem I'm facing is styling some of these text segments. In particular, one of the HTML fragments contain multilevel list elements - they are being rendered as such in the generated document. But I need to ...