Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Suggestions?my $source_excel = new Spreadsheet::ParseExcel; my $source_book = $source_excel->Parse($sourcename) or die "Could not open source Excel file $sourcename: $!";
Edit: Added <code> tags. Fixed minor typo. larsen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SpreadSheet::ParseExcel
by gt8073a (Hermit) on May 25, 2002 at 11:40 UTC | |
by Anonymous Monk on May 27, 2002 at 06:06 UTC | |
|
Re: File open errors using SpreadSheet::ParseExcel (was : SpreadSheet::ParseExcel)
by gt8073a (Hermit) on May 28, 2002 at 06:20 UTC |