Using XSL Variable and Axes to format XML data into HTML having elements grouped by a tag
Following XSL converts the xml data into a format where first tag of the element is converted into heading and...
Excel Add-in for Exporting data to XML
Download ExcelExportXML-Setup – 221.11 KB Download ExcelExportXML-Source – 328.11 KB Introduction ExcelExportXML is a Microsoft Excel 2010 Add-in that generates...
Writing Add-in for Microsoft Excel 2010 using Visual Studio 2010
Using Visual Studio 2010 Professional, creating Excel Add-in is pretty simple. Following are the steps I followed for writing an...
Loading and Saving a TreeView control to an XML file using XmlTextWriter and XmlTextReader
Follow the below link to see my article at CodeProject with source code. http://www.codeproject.com/KB/cpp/TreeView_Serializer.aspx It demonstrates how to serialize and...