Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@csvbox/csvboxjs

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csvbox/csvboxjs

JS adapter for csvbox.io

  • 1.0.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
198
decreased by-53.08%
Maintainers
3
Weekly downloads
 
Created
Source

@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

Keywords

FAQs

Package last updated on 17 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc