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.2.tar.gz
(3.1 kB
view details)
Built Distribution
exex-0.1.2-py3-none-any.whl
(3.3 kB
view details)
File details
Details for the file exex-0.1.2.tar.gz
.
File metadata
- Download URL: exex-0.1.2.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 | eca5d3406d53981580eed0552083d2734a4093d03b25a853c52178490fb7d5b3 |
|
MD5 | 76c056481097bd37147b6d7ac6458a06 |
|
BLAKE2b-256 | 50210c558c0864b7b96b5384c53ccd243c968bbfbfecb0f5875ac63a22c8753b |
File details
Details for the file exex-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: exex-0.1.2-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 | 52ec34f0666b01b0818fe2955464c4b0770b504fb80293dc0adce4dcec048019 |
|
MD5 | a3cc9a2728143760bf5fd84ec75a4bc8 |
|
BLAKE2b-256 | 6a30b09a78d50b9bcde10fbebbfb043e4a7ff8cbc503359faa505793c0ad85d5 |