Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Missing first row with formula

by Kenosis (Priest)
on Jan 10, 2014 at 07:29 UTC ( [id://1070058]=note: print w/replies, xml ) Need Help??


in reply to Re: Missing first row with formula
in thread Missing first row with formula

It's zero-based. From the documentation:

$worksheet->write(0, 0, 'Hi Excel!');

and

for my $row ( 0 .. 99 ) { $worksheet->repeat_formula( $row, 1, $formula, $format, 'A1', 'A' +. ( $row + 1 ) ); }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (1)
As of 2024-04-16 18:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found