foreach my $sheet ($xls->sheets()) { while ($sheet->has_data) { my @data = $sheet->next_row;