Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

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

by monarch (Priest)
on Nov 08, 2006 at 08:28 UTC ( [id://582821]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub Entry( $ $ $ $ ) {
        my ( $row, $slno, $testid, $status ) = @_;
    ...
        $worksheet->write( "B$row", $testid );
        $worksheet->write( "C$row", $status );
    }
    
  2. or download this
      # skip header row on Excel Spreadsheet
      my @entries = (
    ...
    
          Entries( $i+2, $slno, $testid, $status );
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-25 10:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found