I\'m working on an application that processes huge Excel 2007 files, and I\'m using OpenPyXL to do it. OpenPyXL has two different methods of reading an Excel file - one \"no
Adding on to what Hubro said, apparently get_highest_row() has been deprecated. Using the max_row and max_column properties returns the row and column count. For example: