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