This library is built on top of OpenPyXL in order to bring its functionality to Robot Framework. The major motivation for this was to add support for Excel 2010 (XSLX) files, which ExcelLibrary does not support. It's important to note that this library does not support the older xls files.
ExcellentLibrary can be found on PyPI: https://pypi.org/project/robotframework-excellentlibrary.
To install, simply use pip:
pip install robotframework-excellentlibrary
Dependencies are automatically installed.
As soon as installation has succeeded, you can import the library in Robot Framework:
*** Settings ***
Library ExcellentLibrary
For the latest keyword documentation go here.
If you're using an older version of the library and want to view the appropriate keyword documentation, please open the HTML file locally, or download it from GitHub. It can be found as ExcellentLibrary.html in the documentation directory of the project.