devLeopar

Results 6 comments of devLeopar

Hey Guys; Any update on this? Because when we try to upload .xlsx files, the encoding seems not working ![image](https://github.com/beamworks/react-csv-importer/assets/46007407/b8487015-46b1-43cf-830a-67a0f0418ef3)

It also does not work if the parent container has `scroll-behavior: smooth;` I had to remove the snap and smoothness of the scroll so that this work.

@nipunn1313 I've created a [PR](https://github.com/get-convex/convex-backend/pull/104) for this and explained a bit more

I think only file format should be accepted is csv files. Because(https://github.com/beamworks/react-csv-importer/issues/79#issuecomment-1553549183) That can be achieved that PR as I see or using `useDropzone` ability like below: ``` const acceptedFiles...

@unframework could you please deploy it?