Help for this page

Select Code to Download


  1. or download this
    my %yield;
    my @mycols = ('F', 'G', 'H', 'I', 'J', 'K');
    foreach (@mycols) {
        $yield{$_} = $sheet->{$_ . "35"};
    }