Help for this page
my ( $row_min, $row_max ) = $worksheet->row_range(); my ( $col_min, $col_max ) = $worksheet->col_range(); ... # Do something with @rowcells, which now contains the whole li +ne } }