Excel Comment Orm
Project description
Exco
Excel Comment ORM. Declare ORM Spec descriptively right on the excel file.
What it does
The package allows you to declare orm mapping right in the excel file in the comments then use it to extract data from other similar file.
An example of template is shown below.
Dynamic Location, Validation, Assumptions, custom Parser are also supported.
Installation
pip install exco
Simple Usage
import exco
processor = exco.from_excel('./quickstart_template.xlsx')
result = processor.process_excel('./quickstart_data_file.xlsx')
print(result.to_dict())
See Also Quick Start Notebook
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
exco-0.1.4.tar.gz
(21.3 kB
view details)
Built Distribution
exco-0.1.4-py3-none-any.whl
(43.0 kB
view details)
File details
Details for the file exco-0.1.4.tar.gz
.
File metadata
- Download URL: exco-0.1.4.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9ebbfa2ae0dbd78667303a94be10b506508d8ac483f0aac45917944d47b6b4f |
|
MD5 | 3f8dc671a429995f5c58c5baaca124f5 |
|
BLAKE2b-256 | 9a8d61dab09b10ccdc98ec0647b27bbfc239ef6fc7ce1b8de2a876a3826ee177 |
File details
Details for the file exco-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: exco-0.1.4-py3-none-any.whl
- Upload date:
- Size: 43.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be5173c56669a1cf4a388b68050d64193dff243940b86ab091ce1cad7d698d3a |
|
MD5 | 2de96f8bd8870415e51c597b332dbe1b |
|
BLAKE2b-256 | 0d14d2ba380a690733c7a3b2757dad087192cf3be59d836671a20551c73c407f |