Preview:
from openpyxl import load_workbook

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

row_count = sheet.max_row
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter