Help for this page

Select Code to Download


  1. or download this
    $wbook = Win32::OLE->GetObject($fullname_input_file);
    
  2. or download this
    $wbook = $excel->Workbooks->Open({ FileName => $fullname_input_file })
    
  3. or download this
    $excel->{WindowState} = xlMinimized;