in reply to Writing Excel Spreadsheets -- suggestions sought
my $col_width = 10; #default ...#code if (length($variable) > $col_width) { my $col_width = length($variable); } #set column width
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Writing Excel Spreadsheets -- suggestions sought
by SuicideJunkie (Vicar) on Sep 13, 2013 at 14:24 UTC |