1.0.5 • Published 4 years ago

reportingjs v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

reportingjs

Export your data from browsers in different formats with few lines of codes!

Usage

yarn install reportingjs or npm install reportingjs

import { exporter } from 'reportingjs';
// import reportingjs from 'reportingjs' // unsure why this doesn't work

// bind this function to your button
// data: any[][]
// filename: string
const triggerSaveCSV = (data, filename) => exporter.createCSVExporterElement(data, filename).click();

Contribution

Welcome any contributions.

License

MIT

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago