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 j2e
j2e -j <path to json file or dir of json files>
- single file
j2e -j file.json
You will get out.xlsx with single sheet
- a directory of json files
j2e -j files
You will get out.xlsx with multiple sheets
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"