robotframework-excel
robotframework-excel copied to clipboard
Robot-framework auto-test excel
Version is 1.0.0b4 Example: ``` *** Settings *** Library ExcelRobot *** Variable *** ${xls} ${CURDIR}${/}testxls.xls *** Test Cases *** Read OPEN EXCEL ${xls} ${data} READ CELL DATA Sheet1 0 0...
Please add functionality to remove sheet from workbook if possible both using postion and name https://openpyxl.readthedocs.io/en/stable/api/openpyxl.workbook.workbook.html#openpyxl.workbook.workbook.Workbook.remove
Keywords "Read Cell Data By Name" and "Write To Cell By Name" accept arguments as A1, A2, etc. Whenever there is a change (shift cell values from one place to...
**Describe the bug** pip install robotframework-excel --upgrade stops with the following error: ``` C:\Projektit\vagrant>pip install robotframework-excel==1.0.0b4 Collecting robotframework-excel==1.0.0b4 Using cached https://files.pythonhosted.org/packages/94/a5/0ad71fa8aa83b79bfa6d5c0a004e0eef496f311642023d962a4639b94927/robotframework-excel-1.0.0b4.tar.gz Complete output from command python setup.py egg_info: 1.0.0b4 Traceback...