Open GoogleCodeExporter opened 9 years ago
0.9.1 doesn't support text styling. Please use 1.0.3 and see supported styles
at
https://code.google.com/p/xdocreport/wiki/DocxReportingJavaMainHTMLTextStyling
Original comment by angelo.z...@gmail.com
on 30 Jan 2014 at 9:55
The xdocreport version is 1.0.3. earlier comment has typo for version.
Original comment by jvchb...@gmail.com
on 30 Jan 2014 at 10:12
Please attach a simple java main+docx. Without that I cannot help you more.
Original comment by angelo.z...@gmail.com
on 30 Jan 2014 at 10:14
I attached java, data source file and output document for expected output.
DB credentials removed from java source files.
Original comment by jvchb...@gmail.com
on 5 Feb 2014 at 6:52
Attachments:
[deleted comment]
Hi.
We have the same problem.
How we can do to have correct color for example.
HTML code:
<table style="width: 192px; height: 106px;" border="1">
<tbody>
<tr>
<td><strong>Cellule A1</strong></td>
<td><span style="color: #ff0000;">Cellule B1</span></td>
<td>Cellule C1</td>
</tr>
<tr>
<td>Cellule A2</td>
<td>Cellule B2</td>
<td>Cellule C2</td>
</tr>
<tr>
<td>Cellule A3</td>
<td>Cellule B3</td>
<td>Cellule C3</td>
</tr>
</tbody>
</table>
For example, style="color: #ff0000;" and border="1" is ignored
Original comment by pmint.vi...@gmail.com
on 22 Jan 2015 at 1:16
Today it's not implemented, any contributions are welcome!
Original comment by angelo.z...@gmail.com
on 22 Jan 2015 at 1:32
Original issue reported on code.google.com by
jvchb...@gmail.com
on 30 Jan 2014 at 8:53Attachments: