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
Release files for excel2jsonfile 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| excel2jsonfile-0.3.1.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| excel2jsonfile-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.8 kB
Release files / excel2jsonfile-0.3.1.tar.gz
| Download URL | excel2jsonfile-0.3.1.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7d1c9b07db8064ed2ed08dcf34319b8ed6fe2434dcefed4e37ba7c235f18b9dc
|
|
BLAKE2b-256 checksum How to use checksums |
551f7a39f95d3f3cea35414555be198decc66f20cb325238d3d7250fa005fd07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / excel2jsonfile-0.3.1-py3-none-any.whl
| Download URL | excel2jsonfile-0.3.1-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
999a6168d48d1e76b37885e850bd0874a9a581a7d46ca0aa7ac9a7576d6e5929
|
|
BLAKE2b-256 checksum How to use checksums |
d9360f7edd7b2d88475e0af829b9694796ab006f33769252138c5f89eda8da37
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|