how to import excell to sql
Loading
how to import excell to sql
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Uday DodiyaPosted Sep 13, 2022, 4:36 AM
Hi Smitha,
Check the following article
https://docs.microsoft.com/en-us/sql/relational-databases/import-export/import-data-from-excel-to-sql?view=sql-server-ver16
https://www.sqlshack.com/import-data-excel-file-sql-server-database/
https://www.youtube.com/watch?v=JVP9frj2VSQ
Leon DPosted Sep 13, 2022, 12:53 AM
You can read data in Excel worksheet to a datatable with ease using free spire.xls library (https://www.nuget.org/packages/FreeSpire.XLS), then save the datatable to database.
For more information, visit this link:
https://www.e-iceblue.com/Tutorials/Spire.XLS/Spire.XLS-Program-Guide/Excel-Import/Export-Import-Data-from-Excel-to-Datatable.html
Rajanikant HawaldarPosted Sep 9, 2022, 1:49 PM
Jignesh KumarPosted Sep 9, 2022, 12:04 PM
Vishal YelvePosted Sep 9, 2022, 11:55 AM