Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Export from SQL-Server to Excel

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)