Robocorp Excel automation library
Project description
robocorp-excel
This library provides a simple way to deal with both legacy .xls
files
and newer .xlsx
files directly. It can be used to read and edit them
directly without having Microsoft Excel installed.
👉
robocorp-excel
is not yet production ready. We work in semver and consider versions below 1.0.0 as development phase releases, you can use them but to get to v1 we need to get the feature support and testing to a level where we feel comfortable recommending production usage.
Getting started
from robocorp import excel
from robocorp.tasks import task
@task
def inspect_workbook():
workbook = excel.open_workbook("orders.xlsx")
worksheet = workbook.worksheet("Sheet1")
for row in worksheet.as_table(header=True):
print(row)
Further user guides and tutorials can be found in Robocorp Docs.
API Reference
Information on specific functions or classes: robocorp.excel
Changelog
A list of releases and corresponding changes can be found in the changelog.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for robocorp_excel-0.4.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8138b6ee1ddd761ffc198a0c2d57f0e51b78ed250b53f9f62ba25b562e7d8e14 |
|
MD5 | 9f54012f6f34e694327ac0007ba906fc |
|
BLAKE2b-256 | 0ec42b6c5238b4917a904be6fd3f416484b4c7c955e7378f384759cd2de5fa62 |