Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Win32::OLE Excel: script stops due to high excel load

by Ratazong (Monsignor)
on Jul 02, 2012 at 10:58 UTC ( [id://979413]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    my $Book  = $Excel->Workbooks->Open($excelfile);
    my $Sheet = $Book->Worksheets("Sheet1");
    ...
    
  2. or download this
    ...
    my $Book  = $Excel->Workbooks->Open($excelfile);
    sleep(1);                                            # give Excel time
    + to open the file
    my $Sheet = $Book->Worksheets("Sheet1");
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-26 07:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found