Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: How do I print the page header/footer from an excel spreadsheet

by Albannach (Monsignor)
on Nov 08, 2006 at 18:01 UTC ( [id://582941]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $Book = $Excel->Workbooks->Open('test.xls'); 
    my $Sheet = $Book->Worksheets("Sheet1");
    ...
        print "$element$position: ", $Sheet->PageSetup->$item, "\n";
      }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found