in reply to Re: Slow Code
in thread Slow Code, Spreadsheet::ParseExcel, and Spreadsheet::WriteExcel

A quick way to use environment variables to get an useful temporary directory, as in Windows systems, is reading the TEMP variable:

$workbook->set_tempdir($ENV{'TEMP'});