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.1.tar.gz
(2.9 kB
view details)
Built Distribution
exex-0.1.1-py3-none-any.whl
(3.1 kB
view details)
File details
Details for the file exex-0.1.1.tar.gz
.
File metadata
- Download URL: exex-0.1.1.tar.gz
- Upload date:
- Size: 2.9 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 | c93205e6a3c8e8ba32cfbef0574e86253cca5533d00de27f77c81c73b275b463 |
|
MD5 | be73b3c757a431918698f06358aa1116 |
|
BLAKE2b-256 | 8bca071877f25e40b6b8a1fb8985c99bd2073b13313f2f95f9980f230f8f5c1f |
File details
Details for the file exex-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: exex-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.1 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 | d6f76ed1f9fd2ee01edb3443264a5e09b3bee4ba44439eb4db37b58c9b065d61 |
|
MD5 | c8512ddea9b0f13d93d33d82fbd66142 |
|
BLAKE2b-256 | 79a2b3ca8abf546140a15e6d1ab6ccfbc6e9b11875fd4957546076efdbfd3df1 |