skillfed

robotframework-excellib

Robot Framework library for working with Excel documents

robotframework-excellib v2.0.1 365.5K downloads/30d#7,209 on PyPI11
Permissive license Apache License 2.0 Abandoned released

What it is and what it does

robotframework-excellib is a Robot Framework library that wraps openpyxl to let you interact with Excel files from Robot Framework test scripts. It exposes keywords for creating, reading, and modifying Excel documents as part of automated test workflows. The library depends on robotframework, openpyxl, and future, and installs as a pure Python wheel with no compiled dependencies.

The package is no longer maintained. Its repository was archived, and the last release (2.0.1) came out on 2020-06-18. While it carries a Production/Stable classifier, it has received no updates since then. If you rely on it, you are responsible for any fixes or compatibility work needed with newer versions of its dependencies or Python itself.

Use it for:

  • Write Robot Framework test cases that verify or populate data in Excel spreadsheets as part of test automation
  • Create Excel documents programmatically within Robot Framework test suites for test data generation or result reporting
  • Read and validate Excel file contents in automated test workflows to confirm expected data or calculations
  • Integrate Excel-based test data or configuration into Robot Framework-driven test execution

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Robot Framework keywords for reading, writing, and manipulating Excel documents using openpyxl as the underlying engine.

Yes, if you are already committed to Robot Framework and need to work with Excel files in test automation, and you accept the maintenance risk. The package is abandoned and has not been updated since 2020-06-18, so you should verify compatibility with your current versions of robotframework and openpyxl before relying on it. No known security vulnerabilities are recorded. Use it only if you cannot migrate to an actively maintained alternative.

Install

robotframework-excellib on PyPI

pip

pip install robotframework-excellib

uv

uv add robotframework-excellib

poetry

poetry add robotframework-excellib

Installing robotframework-excellib

Before you install

Installation is straightforward with low friction. However, the package is abandoned—the repository is archived, the last commit was 2020-08-05, and no releases have occurred since 2020-06-18. It remains marked as Production/Stable but receives no maintenance.

License in practice

Licensed under Apache License 2.0 (permissive). You may use, modify, and distribute the package freely, including in commercial projects, provided you include a copy of the license and state significant changes.

Quickstart

pip install robotframework-excellib

Then in a Robot Framework test file:

*** Settings ***
Library    ExcelLibrary

*** Test Cases ***
Example
    ${doc}=    Create Excel Document    myfile
    Should Be Equal As Strings    myfile    ${doc}

Requires Robot Framework and openpyxl to be installed; package is abandoned and may have compatibility issues with modern versions of its dependencies.

Verify before relying

  • Whether the package works reliably with modern versions of openpyxl and robotframework given its age
  • Whether Python 3.5 and 3.6 classifier claims reflect actual tested support or are outdated

Package facts

License Apache License 2.0 (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 3 — openpyxl, robotframework, future
Maintenance abandoned — 2,248 days since the last release
Last repo commit (repository archived)
First released
Downloads 365,481/month — #7,209 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: robotframework_excellib-2.0.1-py2.py3-none-any.whl

Keywords: testing, testautomation, robotframework, excel

Development Status :: 5 - Production/StableFramework :: Robot Framework :: LibraryIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3.5Programming Language :: Python :: 3.6Topic :: Software Development :: Testing

Tags

robot framework excel libraryexcel automation testingread write excel robotopenpyxl robot frameworkexcel test automationrobot framework spreadsheetexcel keyword library
test-automationexcel-integrationabandoned

More Testing packages

pluggy

Pluggy provides a plugin system that lets you…

permissive · top 100 on PyPI

pytest

pytest is a testing framework that lets you…

permissive · top 100 on PyPI

virtualenv

virtualenv creates isolated Python environments…

permissive · top 100 on PyPI

coverage

Coverage.py measures which lines of Python code…

permissive · top 1,000 on PyPI

pytest-asyncio

pytest-asyncio is a pytest plugin that enables…

permissive · top 1,000 on PyPI

pytest-json-ctrf

A pytest plugin that generates test reports in…

permissive · top 1,000 on PyPI

robotframework-csvlibrary

CSVLibrary is a Robot Framework library that…

permissive · top 15,000 on PyPI

robotframework-seleniumlibrary

SeleniumLibrary is a Robot Framework library…

permissive · top 5,000 on PyPI

robotframework-datadriver

DataDriver extends Robot Framework to generate…

permissive · top 15,000 on PyPI

robotframework-databaselibrary

A Robot Framework library that adds keywords…

permissive · top 15,000 on PyPI

robotframework-appiumlibrary

AppiumLibrary is a Robot Framework library that…

permissive · top 15,000 on PyPI

robotframework-selenium2library

A Robot Framework library that wraps Selenium…

permissive · top 15,000 on PyPI

robotframework-sshlibrary

A Robot Framework test library for executing…

permissive · top 15,000 on PyPI

rpaframework-pdf

Provides PDF reading and creation capabilities…

permissive · top 15,000 on PyPI

robotframework-assertion-engine

Provides a standardized assertion engine for…

permissive · top 15,000 on PyPI

openpyxl-stubs

Provides type stubs for openpyxl to enable…

permissive · top 15,000 on PyPI