1.1.2 • Published 12 months ago
excel-json-converter v1.1.2
excel-json-converter
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