react-csv-reader
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.