Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Over a minute to do: use Win32::OLE::Const 'Microsoft Excel';

by BrowserUk (Patriarch)
on Sep 10, 2004 at 12:59 UTC ( [id://390045]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    The first example imports all Excel constants names into the main name
    +space and prints the value of xlMarkerStyleDot (-4118).
    
    ...
        use Win32::OLE::Const;
        my $Excel = Win32::OLE->new('Excel.Application', 'Quit');
        my $xl = Win32::OLE::Const->Load($Excel);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-25 07:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found