Convert an Excel to JSON, using defined names
Project description
excel2json
Convert Excel into JSON, using defined names.
Install
Linux or MacOS
python3 -m venv venv
source venv/bin/activate
pip3 install excel2jsonfile
Windows
Check stackoverflow to find out how to create a virtual environment on Windows.
Run it
from excelform2json.excel2json.excel2json import Excel2JSON
ref_excel2json = Excel2JSON(configuration_file="resources/config/excelform2json_config.json")
result = ref_excel2json.main(excel_file="input/excels/Test1.xlsx")
print("result:", result)
Contribute
- Clone this repository
- run the following to get the referenced git repositories
git submodule init git submodule update
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
excel2jsonfile-0.3.1.tar.gz
(6.8 kB
view details)
Built Distribution
File details
Details for the file excel2jsonfile-0.3.1.tar.gz
.
File metadata
- Download URL: excel2jsonfile-0.3.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d1c9b07db8064ed2ed08dcf34319b8ed6fe2434dcefed4e37ba7c235f18b9dc |
|
MD5 | 6d1c7ad4386539c76bc86ef17107575c |
|
BLAKE2b-256 | 551f7a39f95d3f3cea35414555be198decc66f20cb325238d3d7250fa005fd07 |
File details
Details for the file excel2jsonfile-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: excel2jsonfile-0.3.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 999a6168d48d1e76b37885e850bd0874a9a581a7d46ca0aa7ac9a7576d6e5929 |
|
MD5 | 9d8725002737f788f81003fcaf94ff28 |
|
BLAKE2b-256 | d9360f7edd7b2d88475e0af829b9694796ab006f33769252138c5f89eda8da37 |