Skip to content
Advertisement

How to update Sql table from excel directly?

I have an sql database and I am able to connect with excel spreadsheet. But when I update the table from excel directly it’s not updating the database and once I click refresh all the entered data is no longer in the excel table

Is it possible to update sql database from excel without using any queries?

Advertisement

Answer

There are many ways to do this. I’d recommend something like this, to push data from Excel to SQL Server.

You can also try this, which uses a Where Clause.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement