http://www.perlmonks.org?node_id=789268


in reply to Re: Reading excel file using PERL
in thread Reading excel file using PERL

Hi,

I am using Win32::OLE to read from the excel file.
printf "At ($row, $col) the value is %s\n", $Sheet->Cells($row,$col)->{'Value'};