Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Cwd;
    ...
    my $excelfile = 'UE_NW_Parameters.xlsx';
    my $Book = $Excel->Workbooks->Open($dir."\\".$excelfile)
      or die Win32::OLE->LastError();