Help for this page

Select Code to Download


  1. or download this
    my $Excel = Win32::OLE->new( 'Excel.Application', 'Quit' );
    
  2. or download this
    my $Excel = Win32::OLE->new('Excel.Application');
    
  3. or download this
    my $Excel = Win32::OLE->GetActiveObject('Excel.Application') ||
       Win32::OLE->new('Excel.Application');