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