Extended version of xls-to-json
Thanks to @chilijung -
Converter for XLS files into JSON format (CLI helper)
Install procedure (global):
- Install nodejs (if nessesary);
- Install package globally:
npm i -g xls-to-json-kholyk
- Run converter as follows:
convert save source.xlsx destination.json sheet
Notice: Only source file (source.xlsx) is required, you can leave destination.json and sheet as blank or null
, in this case output file will be created as following pattern: source.xlsx.json, first datasheet in a book will be used for compile result.