1.0.5 • Published 1 year ago

excel-json-converter v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

excel-json-converter

Build Status

Simple CLI to convert Excel file to Json format.

Install

yarn add excel-json-converter

Usages

With only one argument input, return Json data format:

excel-json-converter --input example.xlsx

With two arguments input and output, return data .json file:

excel-json-converter --input example.xlsx --output example.json

To check the help section:

excel-json-converter --help