Skip to main content

Extract data from Excel documents.

Project description

exex Build Status Code style: black

Extract data from Excel documents

Features

  • Extract data from Excel (xlsx)
  • Format result as JSON, JSONL, XML

Installation

pip install exex

Usage

Sample Excel file

from exex import extract

ext = extract.Extractor('sample.xlsx')
ext.all()
ext.range("A1:B2")
ext.cell("A1")
ext.cells("A1", "B2")

Development

Tests (local Python version)

poetry run pytest

Tests (all Python versions defined in tox.ini)

poetry run tox

Code formatting (black)

poetry run black .

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

exex-0.1.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

exex-0.1.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

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