Skip to content

Commit bc7d274

Browse files
Update README.md
Updated ReadMe.
1 parent ec287f3 commit bc7d274

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# export-data-to-excel-in-c-sharp
2-
This repository contains Syncfusion Excel library examples that explains how to export data to Excel in C#, from datatable, collection of objects, database, Microsoft Grid controls, array and CSV. This works without Microsoft Excel Interop.
2+
Syncfusion Excel (XlsIO) library is a .NET Excel library that allows the user to export data to Excel in C# and VB.NET from various data sources like data tables, arrays, collections of objects, databases, CSV/TSV, and Microsoft Grid controls in a very simple and easy way. Exporting data to Excel helps in visualizing the data in a more understandable fashion. This feature helps to generate financial reports, banking statements, and invoices, while also allowing for filtering large data, validating data, formatting data, and more.
3+
4+
Essential XlsIO provides the following ways to export data to Excel:
5+
6+
1. DataTable to Excel
7+
2. Collection of objects to Excel
8+
3. Database to Excel
9+
4. Microsoft Grid controls to Excel
10+
5. Array to Excel
11+
6. CSV to Excel
12+
13+
This repository contains the examples of these methods and explains how to implement them.

0 commit comments

Comments
 (0)