Metadata-Version: 2.1
Name: xls2json
Version: 0.1.2
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

```bash
xls2json [--perentry] [--persheet] xls_input [output_path='output']
```

Take XLS file and write to JSON file(s) (single, one for every row, and/or one for every workbook sheet).

### Requirements

- xlrd

### Installation

```bash
pip3 install xls2json
```

## TODO

- compatibility with json2xls


<!-- [tbmreza-json2xls]() -->
