Skip to content

Template row height setting

清沐 edited this page Mar 21, 2020 · 3 revisions

When using template engines such as FreemarkerExcelBuilder to build excel, you can customize the row height as follows:

<tr style="height:30px">
    <td>cell content></td>
</tr>

It should be noted that the row height setting can only be set on the table, thead, tbody and tr elements, but not on td.

Clone this wiki locally