Bunlong / react-papaparse

react-papaparse is the fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
https://react-papaparse.js.org
MIT License
365 stars 61 forks source link

v3.7.1 #51

Closed Bunlong closed 4 years ago

Bunlong commented 4 years ago

Issue

Package is now compiled to ES5 so CRA based application can use it in production ready apps.

Fixes #32

Credit

Hugs thank to @Olovorr for helping.