Help for this page

Select Code to Download


  1. or download this
    SHEET: {
        for my $sheet ( 0 .. ( $book->{SheetCount} - 1) ) {
    ...
            }
        } # next sheet
    }
    
  2. or download this
    my $cell = $work_sheet->{Cells}[$row][$column];
    $oWkC = $oWkS->{Cells}[$iR][$iC];
    
  3. or download this
    my %book_data;
    SHEET: {
    ...
            }
        } # next sheet
    }