Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find_in_row/col #328

Closed
DWiechert opened this issue Nov 9, 2015 · 0 comments
Closed

find_in_row/col #328

DWiechert opened this issue Nov 9, 2015 · 0 comments

Comments

@DWiechert
Copy link

It would be nice to have functions on the Worksheet which allow for find/findall that only search in a given column/row.

Example worksheet:

A B C
foo bar something
bar something2 foo

Example queries (row/col is zero based):

sheet.find_in_row("foo", 1)
sheet.find_in_col("bar", 0)

Expected results:

Cell(row = 1, col = 2)
Cell(row = 1, col = 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants