You need to study the documentation. There are examples how to use the module properly. For example:
my $parser = Spreadsheet::ParseExcel->new(); my $workbook = $parser->parse('Book1.xls');
and not
my $workbook = Spreadsheet::ParseExcel->new($filename);
In reply to Re: Reading XLS file using Perl
by hdb
in thread Reading XLS file using Perl
by rammohan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |