Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: install cpan Win32::OLE on cygwin - t/3_ole.t ....... 1/58 OLE exception from "Microsoft Excel":

by Anonymous Monk
on Aug 02, 2013 at 10:15 UTC ( [id://1047573]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $excel = new-object -comobject Excel.Application  
    
    $excel.visible = $true  
        
    $workbook = $excel.workbooks.add()
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "S2 .. "; sleep 10; print "Done.\n";
    
    exit;
    
  3. or download this
    S1 .. Done.
    OLE exception from "Microsoft Excel":
    ...
    Win32::OLE(0.1709) error 0x800a03ec
        in METHOD/PROPERTYGET "Add" at try.pl line 11
    S2 .. Done.
    
  4. or download this
    OLE.xs:5764:39: warning: deprecated conversion from string constant to
    + ¡®char*¡¯ [-Wwrite-strings]
    

Log In?
Username:
Password:

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

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

    No recent polls found