Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

excel2jsonfile-0.3.1-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page