RandomWalk has asked for the wisdom of the Perl Monks concerning the following question:
I don't suppose much is different from August when the node Slow Code appeared, but let me add a smidgeon of new info and throw it out to you once more.
I have a script containing
Now when file.xls is generated by Gnumeric (XL 95 format) these lines execute in under a second. But when file.xls is generated by Excel2000, the same lines take over 85 seconds to execute. The .xls files are quite small--it's more like something is timing out somewhere...$template = "file.xls"; $xls = Spreadsheet::ParseExcel::Workbook->Parse("$template");
Unfortunately, there is only XL2K where I need this baby to run.
What might be different about the XL2K format the ParseExcel stumbles over?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ParseExcel slow for XL2000?
by jmcnamara (Monsignor) on Mar 25, 2004 at 00:31 UTC | |
by dragonchild (Archbishop) on Mar 25, 2004 at 04:01 UTC |