How to write Data in Excel in Robot framework

Hi Everyone,

I am new to Robot Framework, Can any one help me in File Handling concepts
I have a requirement to capture all api request and response in file [Excel or csv or Text].
i am able to write api request and response, but unable to write data in excel file.
Could u please help me in it.
What libraries are available and Keywords?

Thanks in Advance

Maybe that library can be used

If you want to implement it in python, you can use openpyxl and pandas.

1 Like

Thank You Rene, it worked

One that I use to work with Excell is ExecellentLibrary

https://pypi.org/project/robotframework-excellentlibrary/

Hi joseilton,

There is no description about this library, about keywords and sample examples