in reply to Re^5: Using variable files to add data into excel spreadsheetin thread Using variable files to add data into excel spreadsheet
# write column for each fruit for my $i (0..$#fruits){ my $col = $i+2; my $fruit = $fruits[$i]; .. etc [download]