sheet-to-array-browser

1.0.1 • Public • Published

Sheet/Excel to Array for Javascript/browsers

csv-to-array-browser module works for browsers. You can use it in any of your frontend projects.

How to Install

npm i sheet-to-array-browser

Example Usage

// import the package into your project
import SheetToArray  from 'sheet-to-array-browser';

// get the csv file
const file = event.target.files[0]

// convert the sheet/excel file into JavaScript array
const convertedData = await SheetToArray(file)

/sheet-to-array-browser/

    Package Sidebar

    Install

    npm i sheet-to-array-browser

    Weekly Downloads

    17

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    2 kB

    Total Files

    3

    Last publish

    Collaborators

    • rexben