Skip to content

mahoutsukai/exportExcel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exportExcel

Simple example on using exceljs to create a xlsx on the server and download it on the client's side. This implementation has the server creating and client download functionality in one button. You can implement the functionality in two steps:

  • POST to the server to create the file
  • GET the created file from the server

Installation

git clone https://github.com/Kat-Attack/exportExcel.git
cd exportExcel
npm install

or do "npm install exceljs" seperately

Running

npm start

Open browser to localhost:3000

About

Sample exporting data to excel using exceljs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.0%
  • HTML 35.0%