Help for this page

Select Code to Download


  1. or download this
    foreach my $row ($sheet->{MinRow}+18..$sheet->{MaxRow}){
    
    ...
        if ($sheet->{Cells}[$row][3]->{Val} eq "UPGRADE SOLUTION") {$upgra
    +de=1} else {$upgrade=0};               # This syntax always returns 0
    + even when the match should return a 1
        if ($sheet->{Cells}[$row][4]->{Val} eq "") {$serial=0} else {$seri
    +al=$sheet->{Cells}[$row][4]->{Val}}; # This syntax always returns 0 e
    +ven when the match should return the value of $row,4
    
  2. or download this
    
    #!/usr/bin/perl
    ...
    }
    exit;