Skip to content
/ j2e Public

CLI tool to convert JSON to excel and vise-versa, helpful for multi-language apps

License

Notifications You must be signed in to change notification settings

mshahulpm/j2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

CLI tool to convert JSON to excel and vise-versa, helpful for multi-language apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published