Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robocorp_excel-0.4.2.tar.gz (24.3 kB view details)

Uploaded Source

Built Distribution

robocorp_excel-0.4.2-py3-none-any.whl (26.1 kB view details)

Uploaded Python 3

File details

Details for the file robocorp_excel-0.4.2.tar.gz.

File metadata

  • Download URL: robocorp_excel-0.4.2.tar.gz
  • Upload date:
  • Size: 24.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-1018-azure

File hashes

Hashes for robocorp_excel-0.4.2.tar.gz
Algorithm Hash digest
SHA256 a8563a58b675a34d676abfcf8e74af1aa92d612d35e00accd680ca3c95792800
MD5 a8f162845052d601e133732aceacb145
BLAKE2b-256 2069a19120d7a47304c976cb7230bd2ee9ef9028d9e49429dc63ee8f643b64d9

See more details on using hashes here.

Provenance

File details

Details for the file robocorp_excel-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: robocorp_excel-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-1018-azure

File hashes

Hashes for robocorp_excel-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8138b6ee1ddd761ffc198a0c2d57f0e51b78ed250b53f9f62ba25b562e7d8e14
MD5 9f54012f6f34e694327ac0007ba906fc
BLAKE2b-256 0ec42b6c5238b4917a904be6fd3f416484b4c7c955e7378f384759cd2de5fa62

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page