Featured
-
No Featured Found!
Tags
How to Read Multiple Rows in Excel Sheet by Using XLRD in Python
I am currently using xlrd in python to read excel sheet.
In column 1 contains test titles and column 37 contains test step. In column 1, there are some cell values like heading/Test case etc. I want to read all the rows in column 37 which are ...