using openpyxl - Python Forum
python-forum.io › thread-4525A bit further in the book I need sheet.get_highest_row() again, but I just get Quote:Traceback (most recent call last): File "<pyshell#48>", line 1, in <module> sheet.get_highest_row() AttributeError: 'Worksheet' object has no attribute 'get_highest_row' Quote:#! python3 # readCensusExcel.py - Tabulates population and number of census tracts for
using openpyxl - Welcome to python-forum.io
https://python-forum.io/thread-4525.html25.08.2017 · A bit further in the book I need sheet.get_highest_row() again, but I just get Quote:Traceback (most recent call last): File "<pyshell#48>", line 1, in <module> sheet.get_highest_row() AttributeError: 'Worksheet' object has no attribute 'get_highest_row' Quote:#! python3 # readCensusExcel.py - Tabulates population and number of census tracts for