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.
Thank you for making the boring possible (Score:1)
Whenever possible I try to make tab-delimited files and call them .xls. However from time to time you get requests that simply can't be done that way. Perhaps there are issues about forcing the formatting of something that looks like a date. Specific requests for colors. Or having multiple spreadsheets in one file. When I encounter those, I reach for Spreadsheet::WriteExcel.
Yes, these are boring examples. But were it not for Spreadsheet::WriteExcel, they would be examples that would have forced me to make the choice between using Perl on Linux and not doing what was requested, or being forced to write hacks manipulating Excel on Windows on the fly. Thank you for keeping me from having to make that choice.
Reply to This