Metadata-Version: 2.1
Name: xls2json
Version: 0.1.1
Summary: Convert XLS file to JSON.
Author: Reza Handzalah
Author-email: rezahandzalah@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: xlrd (>=1.2,<2.0)
Description-Content-Type: text/markdown

## xls2json

This tool supports 3 modes:

- **--perentry** Read XLS file and write a JSON file per entry of XLS file.
- **--persheet** Read XLS file and write a JSON file per sheet of XLS file.
- **default** Read XLS file and write to single JSON file.

## TODO

- auto detect cell type and write accordingly.
- handle XLS file with no table headers.
- handle non unique sheet names.

