robotframework-excellib

Robot Framework library for working with Excel documents


Keywords
testing, testautomation, robotframework, excel, library, python
License
Apache-2.0
Install
pip install robotframework-excellib==2.0.1

Documentation

Robot Framework Excel Library

Build Status

Short Description

Robot Framework library for working with Excel documents, based on openpyxl.

Installation

pip install robotframework-excellib

Documentation

See keyword documentation for robotframework-excellib library: docs.

Example

*** Settings ***
Library    ExcelLibrary

*** Test Cases ***
Check created excel doc
    ${document}=    Create Excel Document    doc_name
    Should Be Equal As Strings    doc_name    ${document}

License

Apache License 2.0