Subject: | cell_props formatting |
When using cell_props to format a table with no header applied, the formatting of the first row
is repeated causing all subsequent rows to be off by one. Described with code example at the
following forum:
http://forums.devshed.com/perl-programming-6/urgent--please-help-with-cel-props-for-
pdf-table-908522.html
Formatting works as expected when $first_row is initialized with zero in line 338. Not sure if
that change has other side-effects.
Thanks.