adisorn_export_excel

1.0.14 • Public • Published

adisorn_export_excel

npm npm downloads

How to use it and how to install it.

Installation

$ npm i adisorn_export_excel

Features

  • Export Excel based on received data.

Usage

const test = require('adisorn_export_excel');
const data = [
    { Name: 'John Doe', Age: 28, Email: 'john@example.com' },
    { Name: 'Jane Doe', Age: 25, Email: 'jane@example.com' },
    { Name: 'Sam Smith', Age: 22, Email: 'sam@example.com' }
];
const typedata = 'xlsx';
console.log(test(data , typedata));

Package Sidebar

Install

npm i adisorn_export_excel

Weekly Downloads

0

Version

1.0.14

License

ISC

Unpacked Size

4.18 kB

Total Files

4

Last publish

Collaborators

  • adisornwongtip