Metadata-Version: 2.1
Name: xltojson
Version: 1.1.0
Summary: This python package translates Excel data to JSON
Home-page: https://github.com/vishalpant/xltojson
Author: Vishal Pant
Author-email: vishalpant.pant65@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: ==3.6
Description-Content-Type: text/markdown
Requires-Dist: xlrd (==1.2.0)
Requires-Dist: pandas (==0.24.2)

# xltojson

This Python Package provides the functionality to translate excel data to JSON object.
## Usage: 
 ```
    from xltojson import parse
    parse.translate_excel_to_json(input_excel_file_path, output_json_file_path)
  ```

:peace_symbol:


