Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.09 KB

README.rst

File metadata and controls

32 lines (21 loc) · 1.09 KB

XLSX Library for Robot Framework

Introduction

XlsxLibrary is a library for reading (and soon, writing) spreadsheets saved as .xlsx files. If you need to read .xls files, you might be looking for XlsLibrary.

XlsLibrary is a Robot Framework wrapper for the OpenPyXL package.

Usage guidelines can be found in the Keyword Documentation.

Installation

Since this is not a complete python package yet, there is no installation needed. Although the openpyxl package is a pre-requisite:

pip install openpyxl

Just import XlsxLibrary as a normal user library in your project. More information on importing user libraries in the Robot Framework User Guide.

*** Settings ***
Library    XlsxLibrary.py