Home › Forums › WinForms controls › Xceed Grid for WinForms › Export to Excel
I can’t find way to export part of grid to Excel. It is the most common complaint from our costumer that they cant take just few rows. Is that possible?
best regardsEinar G.
Imported from legacy forums. Posted by Goggi (had 1948 views)
I see 2 possibilities:
You could directly implement a <a href=”http://www.xceedsoft.com/cs/download/XceedGrid/CSharp/ClipBoardCSharp.zip”>”Drag and Drop”</a> possibility so the users can directly drop the wanted rows in Excel.
You could also, before exporting, copy the wanted rows to an other (temporary) grid that you would export.
Imported from legacy forums. Posted by CharlesB (had 3053 views)