Skip to content

Provides a demo on how to return an excel document over a restful api as json.

Notifications You must be signed in to change notification settings

IntertechInc/excel-to-json-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send Excel document as JSON over express

This project provides a demo on how to return an excel document over a restful api as json.

Running

Install the required packages:

$ npm install

Run the application:

$ npm start

GET http://localhost:3000 will return the data from data.xlsx as json.

About

Provides a demo on how to return an excel document over a restful api as json.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published