j2e

1.3.0 • Public • Published

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"

/j2e/

    Package Sidebar

    Install

    npm i j2e

    Weekly Downloads

    0

    Version

    1.3.0

    License

    ISC

    Unpacked Size

    83 kB

    Total Files

    12

    Last publish

    Collaborators

    • mshahulpm