Help for this page

Select Code to Download


  1. or download this
     $excel{$tab."-".$row."-".$col} = $cell->{Val};
    
  2. or download this
    
    foreach my $key (sort {lc($a) cmp lc($b)} keys %excel) {
    ...
            if (($tab eq "Customers") && ($col eq "1") {
            
            }