NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Spreadsheet::WriteExcel (Score:1)
my $contents = $ss->sheets(0);
$contents->write($row,$col,"internal:$s_name!A1",$s_name,$format);
It can also write simple formulas with ease (see the documentation). Pivot tables and autofilter aren't available however (the latter is on the TODO list), unless something's changed *very* recently.
Reply to This