Project

General

Profile

Actions

Evolution #1304

open

Word export - rowspan support on html table

Added by Simon about 2 years ago. Updated 5 months ago.

Status:
Nouveau
Priority:
Normal
Assignee:
Category:
general
Target version:
-
Start date:
02/10/2022
Due date:
% Done:

0%

Estimated time:
1.00 h
Resolution:

Related issues 2 (0 open2 closed)

Related to Evolution #931: enhance table export in Word formatFerméSimon03/02/2020

Actions
Related to Evolution #1554: word export - nested table supportFerméSimon11/10/2023

Actions
Actions #1

Updated by Simon about 2 years ago

  • Related to Evolution #931: enhance table export in Word format added
Actions #2

Updated by Simon about 2 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">&nbsp;</p>
            </td>
            <td>
            <p style="text-align:center">&nbsp;</p>
            </td>
            <td>
            <p style="text-align:center">&nbsp;</p>
            </td>
            <td>
            <p style="text-align:center">&nbsp;</p>
            </td>
            <td>
            <p style="text-align:center">&nbsp;</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">&nbsp;</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>

Actions #4

Updated by Simon 11 months ago

  • Target version deleted (2.6)
Actions #5

Updated by Simon 5 months ago

Test URL "un projet test avec impact 3 - export tableau" : http://localhost/linea21-dv/admin/index.php?rub=project&todo=det&id=76

Actions #6

Updated by Simon 5 months ago

Actions

Also available in: Atom PDF