1.2.6 • Published 6 years ago

csv-processor v1.2.6

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

csv-processor

Build Status Coverage Status

Hello! csv-processor is a package, it can help easy handle data and would it to be CSV file 🙌!

Get Started

Install

You can install this csv-processor from npm.

npm install csv-processor

Usage

import csv from 'csv-processor';

// Initial data
const column = ['number', 'name'];
const data = [[1, 'Luka'], [2, 'Larry']];

// Generate and download CSV file!
csv.generaterCsv('fileName', column, data);
1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago