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 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T15:49:43.000Z (almost 5 years ago)
- Last Synced: 2024-06-17T21:52:56.080Z (5 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
- jimsghstars - karenpayneoregon/sql-server-to-Excel - Export from SQL-Server to Excel (TSQL)
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)