Python command line program for converting data between json, html and excel
Project description
HJXDataConverter
Python command line program for converting data between json, html and excel. We have four different commands: excel2json, json2excel, html2json, and json2html.
excel2json
excel2json converts an excel document to a json file.
Usage:
excel2json inputfile outputfile
where the inputfile can be an excel file, path or url, and the outputfile is the name of the json file which will be created.
Example:
excel2json file.xlsx file.json
excel2json https://url file.json
json2excel
json2excel converts a json file to an excel document.
Usage:
json2excel inputfile outputfile
where the inputfile can be a json file, path or url, and the outputfile is the name of the excel document which will be created.
Example:
json2excel file.json file.xlsx
json2excel https://url file.xlsx
html2json
html2json converts a html file to a json file.
Usage:
html2json inputfile outputfile
where the inputfile can be a html file, path or url, and the outputfile is the name of the json file which will be created.
Example:
excel2json file.html file.json
excel2json https://url file.json
json2html
json2html converts a json file to a html file.
Usage:
excel2json inputfile outputfile
where the inputfile can be a json file, path or url, and the outputfile is the name of the html file which will be created.
Example:
json2html file.json file.html
json2html https://url file.html
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hjxdataconverter-1.0.0.tar.gz.
File metadata
- Download URL: hjxdataconverter-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30faebd1f161163e756bc72a61a0bd770da999d23bd39f7027a9a7182610b247
|
|
| MD5 |
467323cefc76b9120b8c43daf1a5cfab
|
|
| BLAKE2b-256 |
0b59b60b1554b3279d3633d702b0bcb403b8dad4263798ad44dbe17622cedabf
|
File details
Details for the file hjxdataconverter-1.0.0-py3-none-any.whl.
File metadata
- Download URL: hjxdataconverter-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1614f713780754d566e1d31a0a7e4323f3e741d9dbede2aab5e4611800217c9
|
|
| MD5 |
54b4f87d1a88b3984a8fbfe87c98170c
|
|
| BLAKE2b-256 |
36f7a8d156b5e29e62df81e523b373d0aaa5af9585b971a074fb1b58c6de21be
|