Multiline Cells
If a cell (<cell>
) extends over several rows and/or columns, it can be provided with the attributes @cols
(for columns) and @rows
(for rows). The respective value is the number of rows/columns over which the cell extends:
<cell cols="[number of columns]" rows="[number of rows]">...</cell>