I am new to Python and Robot framework and want to read particular cell data for automation. I have used `Library ExcelLibrary and used a command
Read Cell Data By Coordinates {Path to excel file}/test.xlsx 1 1
but error message appears i.e.
FAIL : AttributeError: 'NoneType' object has no attribute 'index'
Using this in ride robot framework. Please let me know if any other information required.