[reportlab-users] Merged Table Cells

Marc Stober reportlab-users@reportlab.com
Fri, 23 Aug 2002 12:24:57 -0400


Hi! I'm wondering if the platypus.Table class support merged table cells,
like Excel or HTML? Actually, I don't need anything a complicated as HTML
tables, just to have some header cells that span more than one column, e.g.:

+---------+-------------+
| Company |    Sales    |
+         +-------------+
|         | 2001 | 2002 |
+---------+------+------+
|         |      |      |

If not I will probably try to subclass Table to support this.

Thanks, Marc