from openpyxl import load_workbook

wb = load_workbook(excel_path, read_only=True)
sheet = wb[sheet_name]

row_count = sheet.max_row