Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Handy wrapper for Spreadsheet::WriteExcel

by Nomad (Pilgrim)
on Feb 23, 2004 at 22:41 UTC ( [id://331241]=note: print w/replies, xml ) Need Help??


in reply to Handy wrapper for Spreadsheet::WriteExcel

Yes, I've just found this very useful as well! But apart from changing set_format to set_num_format. I was getting an error on close. I found that the workbook had to be explicitly closed. So in Excel.pm put:

sub close { my ($self) = @_; $self->{workbook}->close; }

And then your code should end:

$excel->close;

before exiting.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2024-04-24 13:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found