Easy CSV Reader For React

An easy-to-use yet robust CSV file reader & parser component for React.

How to use it:

1. Install and import the CSV reader.

# NPM
$ npm i @uiw/react-csv-reader
import CSVReader from '@uiw/react-csv-reader';

2. Basic usage.

<CSVReader
  onFileLoaded={(data, iFileInfo, iOriginalFile, text) => {
    // ...
  }}
/>

Preview:

Easy CSV Reader For React

Download Details:

Author: uiwjs

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/uiwjs/react-csv-reader

License: MIT

Tags:

Add Comment