Help for this page

Select Code to Download


  1. or download this
    Input File : test.xls
    EmpName EmpNumber EmpLocation
    ...
    
    Expected output:
    Row two val = > Xiang 20874 NJ
    
  2. or download this
    use strict;
    use Win32::OLE qw(in with);
    ...
    
    # clean up after ourselves
    $Book->Close;