get_row_number

support.excel.get_row_number(ws, column, value)

Get the first row which has the specified value in the designated column

:param ws : worksheet :type ws : Worksheet() object

:param column : column ID :type column : int

:param value : value to be matched by contents