Skip to content

Instantly share code, notes, and snippets.

@cleroy117
cleroy117 / app.js
Created January 20, 2021 10:59 — forked from fidelisrafael/app.js
Easy way to export data to XLS format using Node.js
// clone this gist to a empty folder, the run:
// npm init (and follow steps)
// npm install express --save
// npm install swig --save
// node app.js and open http://localhost:3000
function App() {
var express = require('express');