Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^5: Reading Excel file in perl

by bitingduck (Chaplain)
on Nov 10, 2012 at 08:01 UTC ( [id://1003237]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $worksheet1->write(0,1,"Modules", $format);
    $worksheet1->write(0,2,"Excel");
    $worksheet1->write(0,3, "Dumper");
    
  2. or download this
    Modules    Excel    Dumper
    
  3. or download this
    $worksheet1->write(0,1,"Modules", $format);
    $worksheet1->write(1,1,"Excel");
    $worksheet1->write(2,1, "Dumper");
    
  4. or download this
    Modules
    Excel
    Dumper
    
  5. or download this
    $worksheet1->write(0,0,"A1");
    $worksheet1->write(0,1,"B1");
    ...
    $worksheet1->write(2,0,"A3");
    $worksheet1->write(2,1,"B3");
    $worksheet1->write(2,2, "C3");
    
  6. or download this
    A1    B1    C1
    A2    B2    C2
    A3    B3    C3
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-24 21:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found