报错信息:
/home/hdfs/anaconda2/lib/python2.7/site-packages/openpyxl/worksheet/worksheet.py:303: UserWarning: Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead
warn("Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead")
Traceback (most recent call last):
File "./excel_read.py", line 18, in <module>
excel_read.run()
File "./excel_read.py", line 10, in run
print(sheet.cell(13, 2).internal_value)
File "/home/hdfs/anaconda2/lib/python2.7/site-packages/openpyxl/worksheet/worksheet.py", line 304, in cell
row, column = coordinate_to_tuple(coordinate)
File "/home/hdfs/anaconda2/lib/python2.7/site-packages/openpyxl/utils/cell.py",