Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 370 Bytes

File metadata and controls

24 lines (19 loc) · 370 Bytes

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