hello everyone
I had some difficulies in useing the docx4j ,I want convert a html file to docx, but the background color of table in the html does not display in the docx file ,so Can you tell me how to deal with it ? thanks a lot ....
html code
<html>
<table>
<tr>
<td width="148" valign="top" style="word-break: break-all;" align="center">Test</td>
<td width="148" valign="top" style="word-break: break-all;" align="center">Test</td>
<td width="148" valign="top" style="word-break: break-all;" align="center">Test</td>
<td width="148" valign="top" ...