in reply to Excel to csv
Spreadsheet::Read comes with xlscat and xls2csv.
$ xlscat -c file.xls > file.csv $ xls2csv file.xls [download]
xlscat and xls2csv are the tools that I would use and recommend.
-- John.