React Csv Reader
Edit page
HomeInstallationTypeScript supportUsage

react-csv-reader

npm version npm Node.js CI a11y axe TypeScript Support

React component that handles csv file input.
It handles file input and returns its content as a matrix.

You can try it out in the playground or in the demo on Codesandbox.

Installation

Install the package with either yarn or npm.

With yarn:

yarn add react-csv-reader

With npm:

npm install --save react-csv-reader

TypeScript support

For type definitions, see here.