Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karenpayneoregon/sql-server-to-excel
Export from SQL-Server to Excel
https://github.com/karenpayneoregon/sql-server-to-excel
csharp excel sql sql-server vb-net
Last synced: 3 days ago
JSON representation
Export from SQL-Server to Excel
- Host: GitHub
- URL: https://github.com/karenpayneoregon/sql-server-to-excel
- Owner: karenpayneoregon
- Created: 2019-12-29T15:43:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T15:49:43.000Z (about 5 years ago)
- Last Synced: 2024-11-30T19:20:27.328Z (2 months ago)
- Topics: csharp, excel, sql, sql-server, vb-net
- Language: TSQL
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## TechNet articles
- Visual Basic
- C#This article walks through setting up SQL-Server so that developers may export data in a SQL-Server table to a local Excel .xlsx file. To demonstrate performing an export from SQL-Server to Excel a Windows desktop forms project is used although the actual processes are within a class project suitable for any .NET solution except for .NET standard framework.
[Technet article location](https://social.technet.microsoft.com/wiki/contents/articles/51879.vb-net-export-from-sql-server-to-excel.aspx)