Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::OLE qw(in with);
    ...
            || Win32::OLE->new('Excel.Application', 'Quit');
    
    my $Book = $Excel->Workbooks->Open($excelfile);
    
  2. or download this
    my $Book = $Excel->Workbooks->Add();