chronossc/openpyxl

Method iter_cols not available for a read-only worksheet?

Closed this issue · 0 comments

It seems like the iter_rows method is there but the iter_cols is missing since it's not set like the iter_rows method:

https://openpyxl.readthedocs.io/en/stable/_modules/openpyxl/worksheet/read_only.html#ReadOnlyWorksheet

It should not be very different than iter_rows so it seems odd that it's missing.