![]() |
|
XP is just a number | |
PerlMonks |
Re: Re: Re: writing with WriteExcel in OO styleby jmcnamara (Monsignor) |
on Mar 27, 2002 at 09:35 UTC ( [id://154622]=note: print w/replies, xml ) | Need Help?? |
Do I reinvent the wheel? No. :-) The set_column() method should allow you to set the format for a column and then have that applied to all data written to the column. However, it doesn't currently work like that and it should really be fixed. An easy way of adding new methods to the Worksheet class, or to any of the other classes, is to do something like this:
In the example directory of the Spreadsheet::WriteExcel distro the write_many.pl and comments.pl programs use this methodology. However, this is only suitable for simple or one-off solutions. If you need to do anything more complicated or maintainable it would probably be better to subclass the Worksheet class.
--
In Section
Seekers of Perl Wisdom
|
|