🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

robotframework-excellib-xlsm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robotframework-excellib-xlsm

Robot Framework library for working with Excel documents

2.0.3
PyPI
Maintainers
1

Robot Framework Excel Library

|Build Status|

Short Description

Robot Framework_ library for working with Excel documents, based on openpyxl_.

Installation

::

pip install robotframework-excellib-xlsm

Documentation

See keyword documentation for robotframework-excellib-xlsm library: docs_.

Example

.. code:: robotframework

*** Settings ***
Library    ExcelLibrary

*** Test Cases ***
Check created excel doc
    ${document}=    Create Excel Document    doc_name
    Should Be Equal As Strings    doc_name    ${document}

License

Forked Version of Excel Library by: https://github.com/peterservice-rnd/robotframework-excellib

Apache License 2.0

.. _Robot Framework: http://www.robotframework.org

.. _openpyxl: https://pypi.python.org/pypi/openpyxl

.. _origin library: https://github.com/peterservice-rnd/robotframework-excellib

.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-excellib.svg?branch=master :target: https://travis-ci.org/peterservice-rnd/robotframework-excellib

.. _docs: https://rawgit.com/peterservice-rnd/robotframework-excellib/master/docs/ExcelLibrary.html

Keywords

testing testautomation robotframework excel

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts