Skip to content

Commit 755b055

Browse files
authored
Merge pull request #5 from SyncfusionExamples/Update-Readme
1018650 - Readme file updated
2 parents 6029a5e + 9873a6a commit 755b055

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
# Import Data from SQL Server to Excel table in C#
1+
# Import Data from SQL Server to Excel Table in C#
22

3-
This repository contains Syncfusion® Excel library examples that illustrates,
3+
This sample demonstrates how to import data from a SQL Server database into an Excel table using C# and Syncfusion XlsIO. It shows a complete workflow—from establishing a database connection to exporting structured data into a formatted Excel table—making it useful for reporting, data analysis, and automation scenarios.
44

5-
* How to import data from SQL Server to Excel in C#
6-
* How to import using query parameters in Excel table
7-
* How to refresh Excel data from a database
5+
## What this sample covers
6+
* Connects to SQL Server using ADO.NET
7+
* Executes SQL queries to retrieve data
8+
* Loads data into an Excel worksheet
9+
* Converts the data range into an Excel Table
10+
* Saves the Excel file without requiring Microsoft Excel
811

9-
This works without Microsoft Excel Interop.
12+
## Prerequisites
13+
* .NET Framework / .NET
14+
* SQL Server with sample data
15+
* Syncfusion XlsIO NuGet package
16+
17+
## Use cases
18+
* Exporting reports from databases
19+
* Automating Excel report generation
20+
* Creating structured Excel tables for business analysis
21+
22+
This project serves as a simple, production-ready reference for developers looking to integrate SQL Server data with Excel using C#.

0 commit comments

Comments
 (0)