1.1.2 • Published 12 months ago

excel-json-converter v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

excel-json-converter

Build Status

Simple CLI to convert Excel file to Json format.

Install

yarn add excel-json-converter

Usages

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