Help for this page

Select Code to Download


  1. or download this
    my $col; my @col; my $row; my @row; my $sheet; my @sheet;
    for($col = 0; $col < 3; $col++) { push @col, "0";}
    for($row = 0; $row < 3; $row++) { push @row, [@col];}
    ...
    } 
    }
    }
    
  2. or download this
    sheet = 0, row = 0, col = 0, 0
    sheet = 1, row = 0, col = 0, 0
    sheet = 2, row = 0, col = 0, 0
    ...
    sheet = 0, row = 2, col = 2, 0
    sheet = 1, row = 2, col = 2, 0
    sheet = 2, row = 2, col = 2, 0