/nodejs-export-excel

Nodejs Export Array to Excel with xlsx

Primary LanguageJavaScriptMIT LicenseMIT

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