An open API service indexing awesome lists of open source software.

https://github.com/du-disk/nodejs-export-excel

Nodejs Export Array to Excel with xlsx
https://github.com/du-disk/nodejs-export-excel

excel-export nodejs simple-example xlsx

Last synced: 3 months ago
JSON representation

Nodejs Export Array to Excel with xlsx

Awesome Lists containing this project

README

          

# Nodejs Export Array to excel
> This is a simple example of how to export array to excel using nodejs and xlssx module.

## Installation
```bash
npm install
```
## Setup Directory
```js
...
const OUTPUT = './output'
const FILENAME = 'employees.xls';
...
```

## Usage
```bash
npm start
```

## License
[MIT](https://choosealicense.com/licenses/mit/)