npm.io
0.1.1 • Published 7 years agoCLI

xls-to-json-kholyk

Licence
ISC
Version
0.1.1
Deps
3
Size
6 kB
Vulns
0
Weekly
0

xls_2_json_converter

Extended version of xls-to-json Thanks to @chilijung - Converter for XLS files into JSON format (CLI helper)

Usage in CLI:


Install procedure (global):

  1. Install nodejs (if nessesary);
  2. Install package globally: npm i -g xls-to-json-kholyk
  3. 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.