in reply to Re^2: Parse error in Spreadsheet::ParseExcel::Simple
in thread Parse error in Spreadsheet::ParseExcel::Simple
I suspect that it's not a corrupt file, but that the sheets may not be stored in order of appearance on the tab bar. To check it, try adding the method:
sub sheet_name { shift->{sheet}->{Name}; }
to the Spreadsheet::ParseExcel::Simple.pm file, then you can print the sheet name associated with the sheet to check it out. Then, of course, let me know what you discover!
...roboticus
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Parse error in Spreadsheet::ParseExcel::Simple
by igelkott (Priest) on Apr 22, 2008 at 19:51 UTC |