>From professional experience, I would recommend:

Spreadsheet::ParseExcel

Cheers,
Parag



On Thu, Nov 11, 2010 at 7:09 AM, Anush <anushajl...@gmail.com> wrote:

> Is there any code for reading an xls file in perl.
> I found the following code from net, but it does not work. Please help
> me.
>
>
> #!/usr/bin/perl -w
>
> use strict;
> use Spreadsheet::Read;
> use Data::Dumper;
>
> my $xls = ReadData ("Input/sample.xls");
>
> print $xls->[1]{'A1'};
> exit;
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>

Reply via email to