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.