peterservice-rnd / robotframework-excellib

Robot Framework library for working with Excel documents.
Apache License 2.0
12 stars 12 forks source link

TypeError: iter_rows() got an unexpected keyword argument 'column_offset' #4

Open r-chris opened 5 years ago

r-chris commented 5 years ago

When trying to use:

${row_header_data}=          Read Excel Row          row_num=1

I receive the following error:

TypeError: iter_rows() got an unexpected keyword argument 'column_offset'

I assume this could be related to an update in an underlying dependency.

r-chris commented 5 years ago

Presumably, this issue is caused on line: https://github.com/peterservice-rnd/robotframework-excellib/blob/92e8e91bcbf6fc5aadcd23820036e8b952130bef/src/ExcelLibrary.py#L241

clobob commented 5 years ago

it works for me. TypeError disappeared.

Otherwise, Read Excel Column does not return correct data as expected. The returned list only contain one cell's value.