Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Handy wrapper for Spreadsheet::WriteExcel

by Jonathan (Curate)
on Dec 15, 2004 at 16:07 UTC ( [id://415090]=note: print w/replies, xml ) Need Help??


in reply to Handy wrapper for Spreadsheet::WriteExcel

Nice idea! It's saved me time and thinking.

I didn't change much but I did add a method to change the column widths (using the 'A:A' version of the set_column method).

sub setwidth { my ($self, $worksheet, $col, $width) = @_; if (defined($self->{worksheet}{$worksheet}{ptr})) { $self->{worksheet}{$worksheet}{ptr}->set_column($col,$width); } }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://415090]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 02:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found