Extract data from Excel documents.
Project description
exex
Extract data from Excel documents
Features
- Extract data from Excel (xlsx)
- Format result as JSON, JSONL, XML
Installation
pip install exex
Usage
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
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
exex-0.1.3.tar.gz
(3.1 kB
view details)
Built Distribution
exex-0.1.3-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file exex-0.1.3.tar.gz
.
File metadata
- Download URL: exex-0.1.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.8.0 Linux/4.15.0-66-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c577acdbc979208a98c3c8fbe3a46b48a8979dee2bc9750bd18d10c73eac6141 |
|
MD5 | a9c7c418e37f2cd0734cda85f7e723ee |
|
BLAKE2b-256 | c29f8647eb24c36fefc3a5a9e52bff7a9d893a4fd57ac156af09fb0613ecd3eb |
File details
Details for the file exex-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: exex-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.8.0 Linux/4.15.0-66-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f68bba25d0d436ca08d4507fcb5b07494622ee173fa81744d2e024ee9c5630c |
|
MD5 | 33387e8710e6386d9751454edc2e0b39 |
|
BLAKE2b-256 | 218e992924c2c664d86c31b5676866dfbef33277b552a52f830a488cba44754b |