Excel Exporter in C#
You can export a Table, Stored Procedure or Query (Must Not be a Dynamic Query) directly to Excel
It is an Excel Exporter Tool which is developed in C# Using EPPlus library. This Tool connects to 2 databases
- Microsoft SQL Database
- MYSQL Database
About the Platform Used
I had developed the entire application using Microsoft Visual Studio 2015.
External packages which are used in this Project
I have also added some packages from NuGet, here is the list:
- EPPlus (Create advanced Excel spreadsheets using .NET)
- MySql.Data (ADO.Net driver for MySQL)
Main Connection Form
Export Path Settings
Generate Screen
Exported Output
Output