Possible Excel to Mysql?

I am developing app with excel as datasource.
is there any function for migration excel data source to mysql ? or should i do this job my manually ?

Thank you for reading

Glide doesn’t provide any tools for that, but you could export from Excel to CSV, and then import that into MySQL.

2 Likes

Hola!

Do you want to import your data once or synchronize your MySQL with Excel frequently?

i already developed something for test with excel. I’d like to transfer excel to mysql without any manual job. I am asking there is a function for support this on glide. I can export excel to mysql but I don’t want this manual job.

Hi again!

What you do mean with “any manual job”? If you are working on Excel (Desktop version) and sending data to MySQL, you are probably using a VBA macro to carry it out, right?

Instead, if you want your APP to send data to your MySQL server, you must have a Business or Enterprise plan and follow these steps: