samirian / Excel-JSON-converter

A CLI tool that converts each sheet in a given excel file to a JSON formated file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excel-JSON converter

This project is a command line excel to json converter, it can convert both .xls and .xlsx excel formats. Each sheet in the input excel file is converted to a separate .json file in the output directory.

Getting Started

Just download the excel_json_converter.py file and install the requirements and you are ready to go.

Prerequisites

Install excel2json-3 package :

pip3 install excel2json-3

Running the tests

I have attached an example you can try the following command :

python3 excel_json_converter.py excel/example.xlsx json

About

A CLI tool that converts each sheet in a given excel file to a JSON formated file.


Languages

Language:Python 100.0%