Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^5: Perl r/w Excel with OLE

by davies (Prior)
on Jun 29, 2012 at 16:52 UTC ( [id://979152]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # get a new workbook
    $book = $ex->Workbooks->Add;
    
  2. or download this
    $sheet = $book->Worksheets(1);
    
  3. or download this
    # save and exit
    $book->SaveAs( 'test.xls' );
    undef $book;
    undef $ex;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-20 00:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found