Skip to content

du-disk/nodejs-export-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs Export Array to excel

This is a simple example of how to export array to excel using nodejs and xlssx module.

Installation

npm install

Setup Directory

    ...
    const OUTPUT = './output'
    const FILENAME = 'employees.xls';
    ...

Usage

npm start

License

MIT