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
370 stars 61 forks source link

Support for xls files #94

Open exaucae opened 3 years ago

exaucae commented 3 years ago

Is it planned to support xls file upload any soon in the roadmap? Maybe by using proxy function that would transform the uploaded xls to csv internally and call the existing library tool set.