Is it possible to upload an excel file and be able to read it in json format or as an html table? and give users opportunity to edit, the file?

Sort of, I think!

This plugin is supposed to let you edit the database (although it hasn’t been working for at least a week now)

https://zeroqode-demo-04.bubbleapps.io/editable_grids

I’m pretty sure you can import and export those file types through other plugins.

Sounds like this would work for your use case?

I’m sure you can upload it. @romanmg has a very helpful videos. She has one about uploading a csv but I couldn’t find the exact link.

For displaying and editing the data, indeed, take a look at the plugin mentioned above. If you want to build it all yourself, you will have to have a repeating group to display the data and input fields to modify the data.

1 Like

great thanks i will check it out