in reply to Unable to read values from Excel file

I get the same result as you if tmp.xls does not exist. Try adding a line to check.

die $! unless -e 'tmp.xls'; our $workbook = ReadData("tmp.xls", debug => 9);
poj