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

Re^2: Create a excel sheet with formula ???

by samirpatry (Acolyte)
on Nov 08, 2006 at 07:05 UTC ( [id://582798]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @array= ($slno, $testid, $status);
    $array_ref  = \@array;
    $worksheet->write_row($row, $col, $array_ref);
    
  2. or download this
    sub Entry(@)
    { 
    ...
    $array_ref  = \@array;
    $worksheet->write_row($row, $col, $array_ref);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-03-19 09:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found