Hi I have rather strange requirement of gathering data through bunch of xml files and binding it to Listview(WPF one). this part was somehow completed . but the challenge I have is have to export the listviewitems to an Datatable and from there to Excel or csv
I googled , but with no luck ,is there any suggestions or examples ?
Mps lntPosted Jun 20, 2013, 7:58 PM
I have bunch of files(xml ones) from which i gather certain node values and bind it to Listview. For this i have used XMl to linq technique and have binded them
Carl CioffiPosted Jun 20, 2013, 1:56 PM