1.3.0 • Published 3 years ago
j2e v1.3.0
j2e
JSON to EXCEL and EXCEL to JSON CLI
j2e is a cli tool for converting json files to excel files and excel files to json file. This tool is really helpful when you work with multi-lingual projects This package is released under the MIT license
Install package
npm i -g j2eUsage
convert json to excel
j2e -j <path to json file or dir of json files> Examples
- single file
j2e -j file.json You will get out.xlsx with single sheet
- a directory of json files
j2e -j filesYou will get out.xlsx with multiple sheets
convert excel to json (csv/xlsx)
j2e -e file.csv currently 3 possible conversion option available , example will be printed on the terminal you can choose required option
converted files will be saved to a directory named "output"