I am new to React.js. I have tried uploading Excel sheet with two formats i.e .csv and .xlsx.
In .csv I m able to see text data but not able to put excel like filters. output of data (in .csv) in React JS in iFrame
In .xlsx, I am not able to see exact data, and I need to put filter in that data. output of data (in .xlsx) in React JS in iFrame, getting garbage as it is binary format
Please help with it.