Excel Add-in for Exporting Data to XML
Posted: 7 Dec 2011
Updated: 7 Dec 2011
Views: 4,187
Rating: 5.00/5
Votes: 3
Popularity: 2.39
Licence: The Code Project Open License (CPOL)
Bookmarked: 18
Downloaded: 807
ExcelXMLExport is a Microsoft Excel 2010 Add-in that generates XML data from Excel sheet.
Loading and Saving a TreeView control to an XML file using XmlTextWriter and XmlTextReader
Posted: 17 Feb 2006
Updated: 17 Feb 2006
Views: 93,501
Rating: 4.76/5
Votes: 33
Popularity: 7.22
Licence: Not specified
Bookmarked: 108
Downloaded: 4,159
Demonstrates how to serialize and de-serialize the contents of System.Windows.Forms.TreeView control from an XML file using forward only, non-cached XmlTextReader and XmlTextWriter.