robotframework-excellentlibrary

Robot Framework library for working with Excel 2010 and above

Downloads
17.7K
Stars
8
Committers
3

ExcellentLibrary

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.

Installation

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.

Importing in Robot Framework

As soon as installation has succeeded, you can import the library in Robot Framework:

*** Settings ***
Library  ExcellentLibrary

Keyword documentation

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.