Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Getting title rows in Excel

by jmcnamara (Monsignor)
on Mar 04, 2011 at 12:27 UTC ( [id://891436]=note: print w/replies, xml ) Need Help??


in reply to Getting title rows in Excel

Your Perl code is interpolating "$1:$10". You should single quote it instead.
$sheet->PageSetup -> {PrintTitleRows} = '$1:$10';

Using use warnings in your program would have alerted you to that.

--
John.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found