pyexcel / pyexcel-xlsx

A wrapper library to read, manipulate and write data in xlsx and xlsm format using openpyxl
Other
115 stars 32 forks source link

fix depreciation warnings #3

Closed fuhrysteve closed 8 years ago

fuhrysteve commented 8 years ago
openpyxl/worksheet/worksheet.py:377:
UserWarning: Call to deprecated function or class get_highest_column
(Use the max_column propery.).

openpyxl/worksheet/worksheet.py:350:
UserWarning: Call to deprecated function or class get_highest_row
(Use the max_row property).

Looks like they've been depreciated for awhile, but I'm only just now seeing the warnings: https://bitbucket.org/openpyxl/openpyxl/annotate/59d472f008dbbe2f99c487879709204115090e93/openpyxl/worksheet/worksheet.py?at=default&fileviewer=file-view-default#worksheet.py-349