insert_empty_row_after

support.excel.insert_empty_row_after(ws, prior_row)

Move all the rows above ‘prior_row’ down one and ‘prior_row’+1 emptied.

:param ws : worksheet

:param prior_row : the row below the one to be emptied :type prior_row : a tuple of cells

Returns

True