Skip to content

Robot Framework library for working with Excel documents.

License

Notifications You must be signed in to change notification settings

peterservice-rnd/robotframework-excellib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Robot Framework library for working with Excel documents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages