Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
First of all, thank you for your time in reading this question :)
Now, i have tried searching in google yet i don't understand the codes or my skills aren't sufficient.
My question is: How can i export my dataset "SADDatabaseDataSet" or my Database or my DataGridViews to my MS Excel 2007 through the use of a button click?(I am using Visual C# 2010)
and if possibile, in just 1 worksheet only.
Advanced Thank you to you my savior :D
btw, my program has 2 functions, first is to input the needed data for each column, the other is to(what should be) check the current database that has been exported to excel
Posted
Updated 25-Mar-13 20:31pm
v2
Comments
PIEBALDconsult 26-Mar-13 0:38am    
I'd use Oledb. By "1 worksheet" do you mean one workbook (file)? Typically a worksheet holds one table (but it can have more with some effort).

1 solution

You have to check this article if you are using web application.
Export DataTable to Excel with Formatting in C#[^]
 
Share this answer
 
Comments
James Medalla 26-Mar-13 2:32am    
i'm not using a web application, just Visual C# 2010 in creating an Information System ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900