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]