![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: munging csv into excel or otherwiseby n3toy (Hermit) |
on Dec 18, 2008 at 19:56 UTC ( #731372=note: print w/replies, xml ) | Need Help?? |
What you need to do is trivial with Spreadsheet::WriteExcel, and if you need to parse an excel sheet for your reports, Spreadsheet::ParseExcel works just as well. These two modules save me hours a day at work.
However, if you are pulling data from a CSV file, you will need a different module for that part. Jamie
In Section
Seekers of Perl Wisdom
|
|