How to get line number in excel sheet using python?

后端 未结 3 726
日久生厌
日久生厌 2021-01-04 10:37

I have an Excel sheet like this:

  A B C D E F G
1 0 0 0
2   0 0
3 0
4
5 0 0 0 0 0 0 0
6 0 0   0

And every \'0\' represents some data value

3条回答
  •  臣服心动
    2021-01-04 11:00

    Keep track of the column and row while iterating over the worksheet. An xlrd Cell does not keep track of where they 'live' in the sheet.

提交回复
热议问题