jussil / excel-to-json-api

API that returns sent excel file as JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

API that returns sent excel file as JSON.

License:MIT License


Languages

Language:JavaScript 90.8%Language:Dockerfile 9.2%