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.
Have you seen Spreadsheet::WriteExcelXML? (Score:1)
Have you seen Spreadsheet::WriteExcelXML [cpan.org]? If there are some Excel features missing that you want to use, it might be better to hack on this module and send patches to the author rather than starting a new module from scratch.
Cheers,
JJ
Spreadsheet::WriteExcel (Score:1)
my $contents = $ss->sheets(0);
$contents->write($row,$col,"internal:$s_name!A1",$s_name,$form
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), un
Spreadsheet (Score:1)
I know it can be frustrating to find a feature missing or implemented inconveniently in a module, but if you branch or reinvent, take a look at the mail list to see what you are taking on! Even a branching would introduce such version skew to keep up with, my God!