peterservice-rnd/robotframework-excellib

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

Opened this issue · 2 comments

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.

Presumably, this issue is caused on line:

column_offset=col_offset,

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.