Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Issue with Spreadsheet::WriteExcel

by Crackers2 (Parson)
on Aug 24, 2010 at 17:29 UTC ( [id://856988]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $workbook;     # No need for the = ()
    my $worksheet;    # No need for the = ()
    ...
    $row = $day + 1;
    $worksheet->write($row,$col,$temp); # No my
    $day = $day + 1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-18 17:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found