Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Update: Provblem 'solved'

by one4k4 (Hermit)
on Mar 20, 2001 at 08:14 UTC ( [id://65625]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my $worksheet3 = $workbook3->addworksheet();
    $worksheet3->write(0, 0,  "Hi Excel!");
    $workbook3->close();
    
  2. or download this
        # Untested
        tie *XLS => 'Apache';
        my $workbook = Spreadsheet::WriteExcel->new(\*XLS);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-23 20:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found