Help for this page

Select Code to Download


  1. or download this
       for my $col ($col_min = 0) {
           if ($appssheet eq $appsshhetname) {
    ...
               ...
           }
       }
    
  2. or download this
       for my $col ($col_min = 0) {
          next if $appssheet ne $appsshhetname;
    ...
          my $cell = $worksheet1->get_cell($row, 0);
          ...
       }