/excel_to_json_converter

convert excel to json and store as json file

Primary LanguageJavaScriptMIT LicenseMIT

Excel to json converter

convert excel to json and store as json file

Library used

  • convert-excel-to-json
  • multer
  • express
  • jsonfile

Installation

  • clone this repo
  • run npm install

Docker

  • You can try using docker to test the project
  • Pull docker image docker pull myruldeen/excel-api
  • And run image docker container run -p 4000:8080 -d <image ID>