Demo of how to download an excel file from the browser in Express
Clone the git repo and 'cd' into the directory:
git clone [email protected]:Dayun123/stack-overflow--download-excel.git
cd stack-overflow--download-excelInstall the npm dependencies:
npm installRun the server:
DEBUG=excel-server:* npm startVisit the URL and test the app:
http://localhost:3000