devLeopar
devLeopar
Hey Guys; Any update on this? Because when we try to upload .xlsx files, the encoding seems not working 
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?