Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.59 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.59 KB

ExcelExporter

Excel Exporter in C#

Banner

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

  1. Microsoft SQL Database
  2. 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:

  1. EPPlus (Create advanced Excel spreadsheets using .NET)
  2. MySql.Data (ADO.Net driver for MySQL)

Main Connection Form

Banner

Export Path Settings

Banner

Generate Screen

Banner

Exported Output

Banner

Output

Banner