[reportlab-users] First try with row and column spanning

Andy Robinson reportlab-users@reportlab.com
Sun, 6 Apr 2003 01:21:03 +0100


> This should be useful immediately if you bear in mind the 
> following caveats:

I forgot (3).  The auto-sizing does not yet take account
of spanned cells.  So make damned sure you explicitly
specify the column widths, row heights or whatever, or
you will see weird results.

Also, there is an example in the test code at the bottom
of reportlab\platypus\tables.py (which generates tables.pdf
when run).  This will get migrated into the test suite
on my next session.

Thanks,

Andy