Skip to content

sohwendy/robotframework-excelreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotframework-excelreader

a python excel reader for robotframework

Installation

$ pip install robotframework
$ pip install openpyxl

Usage

Refer to demo.txt

Documentation

read_multiple_records

[Arguments] path, keyDict, hasHeader=True, debug=False

[Documentation] Reads multiple records in xlsx. Returns a list of dictionary.

read_single_record

[Arguments] path, keyDict, row='1', debug=False

[Documentation] Reads the record defined by the row in xlsx. Returns a list of one dictionary item.

read_single_row

[Arguments] path, keyDict, row='1', debug=False

([Documentation]* Reads the record defined by the row in xlsx. Returns a list of attributes.

About

a python excel reader for robotframework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages