No announcements
Found 833971 threads
-
2 Votes
WPF Datagrid to Excel export
to excel option.Answered | 8 Replies | 38600 Views | Created by KirakalaKarthik - Tuesday, April 2, 2013 5:47 PM | Last reply by Min Zhu - Monday, April 8, 2013 5:24 AM -
0 Votes
Export Datagrid to excel
To resolve your issue, I think you can get the dataSource from the DataGridView[always should be the DataTable] and then use the following samples to export your data to ...Answered | 5 Replies | 5340 Views | Created by FishaMeena - Tuesday, June 7, 2011 10:35 AM | Last reply by Neddy Ren - Thursday, June 9, 2011 9:14 AM -
1 Votes
export datagrid to excel
There are several ways to export datagrid to excel files.Answered | 2 Replies | 4163 Views | Created by akki_adhikari - Tuesday, April 5, 2011 11:06 AM | Last reply by Paul Zhou - Thursday, April 7, 2011 12:57 PM -
0 Votes
Export to Excel without Excel
You can try ...Answered | 5 Replies | 1126 Views | Created by Jassim Rahma - Saturday, August 27, 2016 5:55 PM | Last reply by Khanna Gaurav - Monday, August 29, 2016 5:02 PM -
0 Votes
Datagrid to excel export
So, WPF does not support excel export!!Answered | 3 Replies | 5660 Views | Created by Karthikeyan Subramani - Friday, November 26, 2010 12:08 PM | Last reply by Min Zhu - Tuesday, December 7, 2010 5:09 AM -
0 Votes
How to export virtualized datagrid to excel ??
But when it is really a Windows Forms DataGrid then you can only do that with a dataset of a datatable.Answered | 2 Replies | 1145 Views | Created by Wassim-Tn - Tuesday, April 9, 2013 10:14 AM | Last reply by Cor Ligthert - Wednesday, April 10, 2013 7:45 AM -
1 Votes
PS 2010 - Export Datagrid to MS Excel
Is there any way that the formatting can be maintained atleast using the macros in excel.Answered | 2 Replies | 8976 Views | Created by Mohsin Raza J82 - Thursday, June 30, 2011 7:54 AM | Last reply by Sandhya SA - Wednesday, January 11, 2012 7:25 AM -
0 Votes
Exporting to Excel without Group
In RS 2008, you would have to either parameterize your report so that you don't group the data when you want to export to Excel, or you build a separate report.Answered | 2 Replies | 4401 Views | Created by YPandey - Friday, February 26, 2010 2:55 PM | Last reply by YPandey - Monday, March 1, 2010 2:33 PM -
0 Votes
VS2008 VB.Net - Datagrid Export to Excel with Title
Hello as I see here all kind of answers for a datagridview instead of a datagrid, I advice you to ask this in the WPF forum (in fact the only active DataGrid from ...Answered | 6 Replies | 2715 Views | Created by Tech Aspirant - Wednesday, June 10, 2015 7:23 AM | Last reply by ryguy72 - Thursday, June 11, 2015 8:19 PM -
1 Votes
How to export or save to excel the Filtered Datagrid.
What I would I do is save the filtered datagrid in to my database and show the data into reportview and then I'll export it to excel...Answered | 5 Replies | 3327 Views | Created by GodspeedSupreme - Wednesday, March 14, 2012 12:57 PM | Last reply by Kareninstructor - Sunday, March 18, 2012 12:04 PM -
1 Votes
Export to Excel from datagrid
} ...Answered | 1 Replies | 1554 Views | Created by ganesh_nilgris - Friday, November 23, 2012 10:52 AM | Last reply by ryguy72 - Saturday, November 24, 2012 4:09 PM -
1 Votes
The exported excel without table header
Hi Kevin, When exporting report to Microsoft EXCEL, if we don’t add page breaks to rectangle, data regions, or groups within data regions for a report, then ...Answered | 6 Replies | 1680 Views | Created by Kevin Wang In Beijing, China - Monday, July 29, 2013 8:58 AM | Last reply by Kevin Wang BJ - Tuesday, July 30, 2013 7:41 AM -
0 Votes
How to export data from WPF DataGrid to Excel ?
When button is clicked, DelegateCommand will execute delegate, body of which could look something like this (using this Excel C# / VB.NET ...Answered | 6 Replies | 24613 Views | Created by Ram Pandey - Monday, June 7, 2010 9:34 AM | Last reply by CikaPero - Friday, April 1, 2011 10:10 AM -
0 Votes
On Button Click how to export datagrid data to excell...Please Help
I've written a blog post about how to export data from a DataGrid: http://blog.magnusmontin.net/2013/09/29/export-data-from-a-datagrid/Answered | 1 Replies | 740 Views | Created by vivek_kumar9 - Wednesday, February 5, 2014 6:57 AM | Last reply by Magnus (MM8) - Wednesday, February 5, 2014 10:01 AM -
0 Votes
export datagrid to excel in vb 2010
I noticed all the rows are being written in the excel file.Answered | 6 Replies | 8161 Views | Created by hans_1983 - Wednesday, September 28, 2011 7:12 AM | Last reply by Helen Zhou - Monday, October 3, 2011 5:19 AM -
1 Votes
Export to Excel
Button | Export to Excel - Right Click > Button_Execute - Add the VB ...Answered | 3 Replies | 3718 Views | Created by Felyjos - Wednesday, December 1, 2010 11:50 PM | Last reply by G.Wilson - Sunday, December 5, 2010 4:07 AM -
0 Votes
Export to Excel Lightswitch problem...
http://blogs.msdn.com/b/lightswitch/archive/2011/06/27/excel-importer-updated-for-web-applications.aspx & ...Answered | 3 Replies | 4728 Views | Created by dd.msdn - Monday, February 21, 2011 10:30 AM | Last reply by JaimeH - Tuesday, June 28, 2011 1:11 PM -
0 Votes
Export To Excel for the complete resultset ?
Hi, As you noted, export only exports what is shown on screen.Answered | 4 Replies | 3886 Views | Created by wimdevriendt - Monday, December 6, 2010 10:01 PM | Last reply by Andy Adamak - Friday, December 17, 2010 7:20 PM -
1 Votes
datagrid to excel sheet
If you have a ASP.NET see this, if you have Windows Forms see the ...Answered | 4 Replies | 3824 Views | Created by _Wired_ - Friday, May 29, 2009 1:32 AM | Last reply by ryguy72 - Sunday, April 10, 2016 3:39 PM -
0 Votes
export to excel
That will allow you to export *all* the records, but may, or may not be advisiable, performance-wise, depending on how many records you actually have.Answered | 3 Replies | 2645 Views | Created by wimdevriendt - Monday, September 12, 2011 6:33 PM | Last reply by Yann Duran - Tuesday, September 13, 2011 7:17 AM - Items 1 to 20 of 833971 Next ›
No announcements