Actions
Evolution #1304
openWord export - rowspan support on html table
Added by Simon almost 3 years ago. Updated about 1 year ago.
Start date:
02/10/2022
Due date:
% Done:
0%
Estimated time:
1.00 h
Resolution:
Updated by Simon almost 3 years ago
- Related to Evolution #931: enhance table export in Word format added
Updated by Simon almost 3 years ago
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>
Updated by Simon almost 3 years ago
Updated by Simon about 1 year ago
Test URL "un projet test avec impact 3 - export tableau" : http://localhost/linea21-dv/admin/index.php?rub=project&todo=det&id=76
Updated by Simon about 1 year ago
- Related to Evolution #1554: word export - nested table support added
Actions