Skip to main content

Convert Excel Sheet into JSON file.

Project description

Excel to JSON Converter

Build Status

A minimal API that downloads MS Excel (XLS + XLSX) file from a given URL and converts a given sheet into JSON file.

For more details on execution, please refer the link.

Pre-requisites

  1. Linux
  2. Python 3.6.4

Installation

Install requirements in virtual environment

  1. Install virtualenv

    pip install virtualenv
    
  2. Create virtualenv

    mkdir myvenv
    cd myvenv
    virtualenv myvenv
    
  3. Activate myvenv venv

    source myvenv/bin/activate
    
    or 
    
    . myvenv/bin/activate
    
  4. Install from requirements.pip

    pip install -r requirements.pip
    

Code Execution

  1. Change to 'src' directory
    cd excel-to-json/src/
    
  2. Run the application
    python convert_excel_to_json.py
    

Testing

  1. Test convert_excel_to_json.py module
    cd excel-to-json/src/
    pytest test.py
    

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

excel2json-3-0.0.7.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

excel2json_3-0.0.7-py3-none-any.whl (2.4 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