Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 946 Bytes

Readme.md

File metadata and controls

46 lines (32 loc) · 946 Bytes

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 j2e

Usage

convert json to excel
 j2e -j <path to json file or dir of json files> 

Examples
  1. single file
 j2e -j file.json 

You will get out.xlsx with single sheet

  1. a directory of json files
 j2e -j files

You 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"