/json-to-excel

Simple node js script to convert json files to xlsx

Primary LanguageJavaScript

json-to-excel

To run:

  1. Place json files under json-files
  2. Run these commands
npm install
npm start
  1. Files would be generated under a new folder named output

Example output

% npm start                   

> @adobe/json-to-excel@1.0.0 start
> node index.js

Converted json-files/test.json to output/test.xlsx