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.
Usage
👉 Check that you have added the dependency in your configuration; this library is not part of the robocorp bundle.
- conda.yaml for automation Task Packages
- package.yaml for automation Action Packages
- requirements.txt, pyproject.toml, setup.py|cfg etc. for the rest
⚠
robocorp-excelis not yet production ready.
We work in SemVer, so consider versions below1.0.0as 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 this library for production usage.
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)
Guides
Further user guides and tutorials can be found in Robocorp Docs.
API Reference
Explore our API for extensive documentation.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robocorp_excel-0.4.5.tar.gz.
File metadata
- Download URL: robocorp_excel-0.4.5.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-1014-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
833183ef0372ebeb7df515f97d1840a4e8b8784f64391aa19e0e4ea1ef457100
|
|
| MD5 |
5b43402cd83ca09442bea800f1fe5f79
|
|
| BLAKE2b-256 |
c1a6455dd06a1d9e0f5ddd343a67efcd89c48c0463df40c27282670d476e0485
|
File details
Details for the file robocorp_excel-0.4.5-py3-none-any.whl.
File metadata
- Download URL: robocorp_excel-0.4.5-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-1014-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66f7146f70a8391d9e0024b69bf4d09576bb5961dec327b94adb597dec91074c
|
|
| MD5 |
c30f3bc17df264026dd8253faed88a01
|
|
| BLAKE2b-256 |
c06d122b4dca3a6078040be7c6ba5c1f5ff77e213f8c4f8d4483dae4c936321e
|