zero88 / robotframework-excel

Robot-framework auto-test excel
Apache License 2.0
20 stars 12 forks source link

Read & Write to Cell by Value #13

Open raka2407 opened 5 years ago

raka2407 commented 5 years ago

Keywords "Read Cell Data By Name" and "Write To Cell By Name" accept arguments as A1, A2, etc. Whenever there is a change (shift cell values from one place to another) in Excel, it must always be ensured that the references to these cells are not broken in the robot test script.

Describe the solution you'd like If keywords "Read Cell Data By Value" and "Write To Cell By Value" can be introduced to read/write data based on the column headers & row headers (1st column of every row is considered row header)