/excel-to-json-api

API that returns sent excel file as JSON.

Primary LanguageJavaScriptMIT LicenseMIT

Excel to JSON API

This API takes posted excel file and returns it as JSON.

Requirements

  • NodeJS

Usage

  • Install packages npm install
  • Start app npm start
  • Create multipart POST request and send excel file in field file to http://localhost:3000

Author

Jussi Lindfors