Skip to content

Commit c7b2f7b

Browse files
committed
add new methods.
1 parent e09561d commit c7b2f7b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ This Robotframework Openpyxl library that provides keywords to Open, Read, Write
44
This library uses Openpyxl python module to read and write datas in xlsx files.
55

66
## Pre-requisities
7-
- Python - 2.7 (Not tested with Python 3.0)
8-
- Robotframework - 3.0.2 (Not tested with other versions)
7+
- Python 2.x/3.x
8+
- Robotframework - 3.0.2 | 3.1 (Not tested with other versions)
99
- Openpyxl
1010

1111
## Installation
1212

1313
Use [ pip ]( https://pip.pypa.io/en/stable/installing/ ) for Installation
1414

15-
Installation of library [ robotframework-openpyxllib ]( https://pypi.org/project/robotframework-openpyxllib/ )
16-
> ``` pip install robotframework-openpyxllib ```
15+
Installation of library [ robotframework-openpyxllib2 ]( https://pypi.org/project/robotframework-openpyxllib/ )
16+
> ``` pip install robotframework-openpyxllib2 ```
1717
1818
## Example
1919

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
setup(
77

8-
name='robotframework-openpyxllib',
9-
version='0.7',
8+
name='robotframework-openpyxllib2',
9+
version='0.1',
1010
description='Robotframework library for excel xlsx file format',
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
13-
url='https://github.com/vallikkv/robotframework-openpyxllib',
13+
url='https://github.com/matthewdy/robotframework-openpyxllib',
1414
author='Vallinayagam.K',
15-
author_email='valli.python@gmail.com',
15+
author_email='yuemoon2006@hotmail.com',
1616
packages=find_packages(),
1717
install_requires=['openpyxl']
1818

0 commit comments

Comments
 (0)