1.0.12 • Published 3 months ago

@csvbox/csvboxjs v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@csvbox/csvboxjs

JS adapter for csvbox.io

NPM JavaScript Style Guide

Shell

npm install @csvbox/csvboxjs

Usage

import CSVBoxImporter from '@csvbox/csvboxjs';

function callback(result, data) {
    if(result) {
        console.log("Sheet uploaded successfully");
        console.log(data.row_success + " rows uploaded");
    }else{
        console.log("There was some problem uploading the sheet");
    }
}

let importer = new CSVBoxImporter("Sheet license key",{}, callback);

importer.setUser({
    user_id: 'default123'
});

importer.openModal();

Readme

For usage see the guide here - https://help.csvbox.io/getting-started#2-install-code

License

MIT © csvbox-io

1.0.12

3 months ago

1.0.11

4 months ago

1.0.9

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago