Robot Framework library for working with Excel documents, based on openpyxl.
pip install robotframework-excellib
See keyword documentation for robotframework-excellib library: docs.
*** Settings ***
Library ExcelLibrary
*** Test Cases ***
Check created excel doc
${document}= Create Excel Document doc_name
Should Be Equal As Strings doc_name ${document}
Apache License 2.0