how to convert dataset to excell ?
C#
3
Posts
3
Posters
1
Views
1
Watching
-
hi i have 2 dataset's in my C# program dataset1 holds table A and dataset2 holds table B i need to create excell (xls file - not csv file) with 2 sheets one for table A and one for table B how to do it in C# ? thank's in advance
Google is your friend ;) http://www.davidhayden.com/blog/dave/archive/2006/05/26/2973.aspx[^]
-
hi i have 2 dataset's in my C# program dataset1 holds table A and dataset2 holds table B i need to create excell (xls file - not csv file) with 2 sheets one for table A and one for table B how to do it in C# ? thank's in advance
Hope this DataSet-to-Excel [^] link may work for you. You can also navigate the given link (Note Article is in VB) for better response How to transform a DataSet to spreadsheet XML for Excel [^]