chronossc/openpyxl

Read all values from a column

Closed this issue · 0 comments

Using iter_rows we can get all values from a specified range but what about something like iter_rows('A:A') that would return all values in column A?

I can submit a PR if this would be helpful.