Help for this page
$VAR1 = bless( { 'Type' => 'Date', ... '_Value' => 'MM/03/2017 HH:29:59', 'Format' => 'MM/dd/yyyy HH:mm:ss' }, 'Spreadsheet::ParseExcel::Cell' );
foreach my $row ($sheet -> {MinRow} .. $sheet -> {MaxR +ow}) { my($first) = 1; ... print Dumper($cell); } }