Skip to main content

This python package translates Excel data to JSON

Project description

xltojson

This Python Package provides the functionality to translate excel data to JSON object.

Excel provides a very intuitive way of organising data using its rich customizations provided by its functions.

Nowadays, many software applications uses JSON (JavaScript Object Notation) to transfer data. If data is in excel format, it can be a cumbersome task to manually translate data to JSON.

Excel File Format

Each spreadsheet is translated to a python dictionary with key same as the spreadsheet name. The spreadsheet with name "Main" encloses all the other spreadsheet data.

Following is a simple code snippet using which a user can translate file containing excel data to a JSON file.

Usage:

   from xltojson import parse
   parse.translate_excel_to_json(input_excel_file_path, output_json_file_path)

:peace_symbol:

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

xltojson-1.1.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

xltojson-1.1.2-py3-none-any.whl (3.7 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