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

Re: EXCEL with PERL

by guha (Priest)
on Aug 12, 2004 at 16:24 UTC ( [id://382349]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    my $ex = Win32::OLE->GetActiveObject('Excel.Application') or die "No a
    +ctive objects around\n";
    $ex->{DisplayAlerts} = 0;
    $ex->Quit;
    
  2. or download this
    taskkill /f /im EXCEL.EXE
    

Log In?
Username:
Password:

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

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

    No recent polls found