Export DataSet to Excel file with formatting in C#‪Export DataSet to Excel file with formatting in C#.NET using EasyXLS Excel library! The DataSet can contain data from a SQL database, GridView, DataGridView, DataGrid or other.
http://www.easyxls.com/manual/tutorials/csharp/export-dataset-to-excel-with-formatting.html

(0) Comments    Read More   

Import Excel to DataGrid in C# or VB.NET
Import Excel data to DataGrid from Excel sheet or from ranges of cells!

http://www.easyxls.com/manual/FAQ/import-excel-to-datagrid.html

(0) Comments    Read More   

Export DataGrid to Excel in C# or VB.NET

Export DataGrid to Excel file in C# and VB.NET quick and effortless!
http://www.easyxls.com/manual/FAQ/export-datagrid-to-excel.html

(0) Comments    Read More   

EasyXLS Excel library is your key!

The DataTable can be the result of a SQL query or the data source for a GridView, DataGridView and DataGrid.

Export SQL query to Excel file
The result of a SQL query can be instantly exported to Excel with one line of code using EasyXLS Excel library. See more details about how to export DataSet to Excel.

Export GridView to Excel file
If the data source of the GridView is a DataTable and the intention is to export simply the data contained by the DataTable, see more details about how to export DataTable to Excel. If you want to export also the GridView formatting to Excel, check how to export GridView to Excel.

Export DataGridView to Excel file
If the data source of the DataGridView is a DataTable and the intention is to export simply the data contained by the DataTable, see more details about how to export DataTable to Excel. If you want to export also the DataGridView formatting to Excel, check how to export DataGridView to Excel.

Export DataGrid to Excel file
If the data source of the DataGrid is a DataTable and the intention is to export simply the data contained by the DataTable, see more details about how to export DataTable to Excel. If you want to export also the DataGrid formatting to Excel, check how to export DataGrid to Excel.

(0) Comments    Read More