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 in between "heading" and "test case" in column 1.
Please provide an solution. (for reference please see the image below)
0 Answer(s)