in reply to Reading Excel spreadsheets...

Just look at the Spreadsheet::ParseExcel documentation:

my ( $row_min, $row_max ) = $worksheet->row_range(); my ( $col_min, $col_max ) = $worksheet->col_range();