Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Export to Excel Template
 

Export to Excel Template

Hi! How can I export a DataGridView into an ExcelTemplate ?

Thanks!

danielmancha  Thursday, April 03, 2008 4:16 PM
These articles show how to export datagridview to excel file:

DataGridView Extension

Export DataGrid to Excel

If it doesn't meet your needs, you can modify it to export only the content you need.
Giorgi Dalakishvili  Thursday, April 03, 2008 5:01 PM
These articles show how to export datagridview to excel file:

DataGridView Extension

Export DataGrid to Excel

If it doesn't meet your needs, you can modify it to export only the content you need.
Giorgi Dalakishvili  Thursday, April 03, 2008 5:01 PM

Thanks for answering, my problem is that I want to pass the content of the DataGridView into a predefined excel template. I want to create a new file from a template and then insert the datagridviewthere.

danielmancha  Thursday, April 03, 2008 5:11 PM

You can use google to search for other answers

Custom Search

More Threads

• Adding New Records
• Nullable business object property
• Total Value of a Column with conditions
• Need to remove the enter key value in datagrid view control
• DataGridViewRadioButton Cell, Column
• Binding a combobox to a View throws exception
• Some Problem in custom formating for in DataGridViewComboBoxColumn
• TextBox on DataGridView = text input problems in TextBox
• DataSet ReadXML path
• ComboBox and TextBox in DataGridView