GuiPerl has asked for the wisdom of the Perl Monks concerning the following question:
my $format_section = $workbook->add_format( font => 'Arial', bold => 1, size => 8, pattern => 1, border => 0, color => 'black', fg_color => 'white', valign => 'top' );
| data |
| data |
| data |
| data |
| data data |
| data data |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Adding Borders to Excel Data (Excel::Writer)
by AppleFritter (Vicar) on Jul 04, 2014 at 16:21 UTC | |
by kcott (Archbishop) on Jul 04, 2014 at 19:01 UTC | |
|
Re: Adding Borders to Excel Data (Excel::Writer)
by ww (Archbishop) on Jul 04, 2014 at 17:57 UTC | |
by GuiPerl (Acolyte) on Jul 04, 2014 at 20:45 UTC | |
by poj (Abbot) on Jul 05, 2014 at 08:58 UTC |