Metadata-Version: 2.1
Name: robotframework-openpyxllib2
Version: 0.1
Summary: Robotframework library for excel xlsx file format
Home-page: https://github.com/matthewdy/robotframework-openpyxllib
Author: Vallinayagam.K
Author-email: yuemoon2006@hotmail.com
License: UNKNOWN
Description: 
        
        Robotframework-Openpyxllib library
        
        This Robotframework Openpyxl library that provides keywords to Open, Read, Write and Save XLSX files. This library uses Openpyxl python module to read and write datas in xlsx files.
        
        Pre-requisities:
        	- Python - 2.7 (Not tested with Python 3.0)
        	- Robotframework - 3.0.2 (Not tested with other versions)
        	- Openpyxl
        
        Installation:
        
        pip install robotframework-openpyxllib
        
        Example:
        
        | Library    |    OpenPyxlLibrary    |
        | Open Excel | <Filename with path>  |
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
