I want to export data from dataset to Excel using C# in Asp.Net
A:
This examplecode is done with a gridview to excel but maybe you can go from there:
Johan Leino
2009-06-13 09:56:27
+1
A:
If you can't live with creating a CSV you can do this programiticaly with SpreadsheetGear. Here are some SO questions related to your issue with SpreadsheetGear as a possible solution:
David Robbins
2009-06-13 17:57:57