How to make an Excel masive upload?

I just need to setup a masive upload with excel so the user can create many “things” with one upload.
Would be great with Excel instead of CSV.

Is there any documentation?

Why not export Excel as CSV? Excel is just CSV with extra steps (I simplify…).

You could convert an excel file to CSV when it’s uploaded and then process the resulting CSV.

Thank’s for your reply. I know, but for the UX it’s better to just use .xlsx (normal Excel) cause it’s easier for the user.

Anyway, CSV would be a good option if it’s not possible with .xlsx.

I’ve worked on similar projects before where I needed to upload a large batch of data through Excel, and I found it really useful to set things up using Excel’s built-in features like forms and templates.

You can create a structured spreadsheet where users can input data and upload it in bulk, all while keeping things organized. I didn’t have to rely on CSV at all! I even used a handy guide I found on Exceltv (https://excel.tv/) to make the process smoother. They cover a lot of automation tips that could really streamline the whole upload process.

Hi,

Check out our plugin, I think it will help in your case. It accepts XLS/XLSX files and converts them to CSV. Then, in Bubble, you can very easily upload the CSV file since it’s a native feature.

PLUGIN PAGE: Excel (XLS) to CSV Converter Plugin | Bubble

EDITOR: plugin-test-edony-dev | Bubble Editor