Skip to content

daniel-schroeder-dev/stack-overflow--download-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel Download

Demo of how to download an excel file from the browser in Express

Installation

Clone the git repo and 'cd' into the directory:

git clone git@github.com:Dayun123/stack-overflow--download-excel.git
cd stack-overflow--download-excel

Install the npm dependencies:

npm install

Run the server:

DEBUG=excel-server:* npm start

Visit the URL and test the app:

http://localhost:3000