... my $parser = Spreadsheet::ParseExcel->new(); my $workbook = $parser->parse('Book1.xls'); if ( !defined $workbook ) { die $parser->error(), ".\n"; } ...
It may be that you are trying to parse an encrypted file or an xlsx file.
That memory reduction technique is also included in the main documentation now.
--
John.
In reply to Re: ParseExcel difficulties
by jmcnamara
in thread ParseExcel difficulties
by hill
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |