in reply to Unable to read values from Excel file
Hi,
What does $workbook contain? What is output of
use Data::Dump qw/ dd /; dd( $workbook ) ; [download]