Actions
Evolution #1304
openWord export - rowspan support on html table
Start date:
02/10/2022
Due date:
% Done:
0%
Estimated time:
1.00 h
Resolution:
Actions
Added by Simon over 1 year ago. Updated 5 months ago.
0%
Piece of code for test :
<table>
<tbody>
<tr>
<td style="background-color:#c5e0b3">
<p style="text-align:center"><strong>Patrimoine</strong></p>
</td>
<td style="background-color:#c5e0b3">
<p style="text-align:center"><strong>Gestion des déchets</strong></p>
</td>
<td style="background-color:#c5e0b3">
<p style="text-align:center"><strong>Economie circulaire</strong></p>
</td>
<td style="background-color:#c5e0b3">
<p style="text-align:center"><strong>Risques naturels</strong></p>
</td>
<td style="background-color:#c5e0b3">
<p style="text-align:center"><strong>Risques technologiques</strong></p>
</td>
<td style="background-color:#c5e0b3">
<p style="text-align:center"><strong>Qualité de vie</strong></p>
</td>
<td style="background-color:#c5e0b3">
<p style="text-align:center"><strong>Economie globale</strong></p>
</td>
<td rowspan="2" style="background-color:#f84422">
<p style="text-align:center">rowspan - works with pdf / not with phpWord</p>
</td>
</tr>
<tr>
<td>
<p style="text-align:center"> </p>
</td>
<td>
<p style="text-align:center"> </p>
</td>
<td>
<p style="text-align:center"> </p>
</td>
<td>
<p style="text-align:center"> </p>
</td>
<td>
<p style="text-align:center"> </p>
</td>
<td>
<p style="text-align:center">indirect</p>
<p style="text-align:center">long terme</p>
</td>
<td>
<p style="text-align:center"> </p>
</td>
</tr>
<tr>
<td colspan="8" style="background-color:#cc0099; text-align:center"><strong>tcolspan works with both PDF and Word export</strong></td>
</tr>
</tbody>
</table>