Help for this page
##my %set =(); <- move this line inside loop my %data =(); ... for my $row (1 .. $eSheet->{MaxRow}){ my %set =(); # <- move to here ..