Help for this page

Select Code to Download


  1. or download this
    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
        }
    }