in reply to Slow Code, Spreadsheet::ParseExcel, and Spreadsheet::WriteExcel
Particularly put a benchmark around each of these lines:
and you'll probably be able to see the "guilty" party.my $oExcel = Spreadsheet::ParseExcel->new(); my $oBook = $oExcel->Parse($filesToBeProcessed[$x]); my $oWkS = $oBook->{Worksheet}[1]; my @data = getFieldData($oWkS);
Liz
|
|---|