Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: LastCol of an Excel spreadsheet as an alphanumeric using Win32::Ole

by bmann (Priest)
on Nov 23, 2005 at 00:27 UTC ( [id://510970]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $row = 1;
    my $date = $Sheet->Cells( $row, $LastCol )->{ Value };
    
  2. or download this
    my $date = $excel->ActiveCell->SpecialCells( xlLastCell )->{Value};
    # assuming you've imported Excel's constants with Win32::OLE::Const
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-03-28 21:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found