xls-to-json-kholyk

Based on other packets file converter

Usage no npm install needed!

<script type="module">
  import xlsToJsonKholyk from 'https://cdn.skypack.dev/xls-to-json-kholyk';
</script>

README

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.