Hello All,
I'm trying to create a table using PDF::Writer simple table.
I'm having problem with creating rows that span multiple columns. In html you would use span="2" to span a single column to multiple columns.
The result i would like is to have the first row with 5 columns. Second row with only single column, third row with 5 columns and the final row with only 3 columns (the first column taking about 3 column space).
Is this even possible with PDF::Writer?
Thank You, Mooktakim