in reply to Re: Reading wrong value from excel sheet
in thread Reading wrong value from excel sheet

Hi runrig,

I am printing $cell from below

 my $cell = $sheet -> {Cells} [$row] [$col];

this itself give me incorrect result.

I have used

$cell_value=sprintf("%s", $cell -> {Val});

to get the values

Thanks,