Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Save data from DataGridView to Excel without save it in database

Status
Not open for further replies.

nnuswantari

Programmer
Nov 21, 2009
17
ID
I have a problem during save data from datagridview to excel format. I want to save it without save to database. Please help me to solve this problems. Thanks.
 
Datagridview is a control which is used to display data.
Commonly, bunch of data is stored as a datagridview's datasource (property).
I need to mention this just as a start. Check out the FAQs. You'll find at least one trick in generating excel file.

Regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top