Posts

Showing posts from July, 2014

Using boost::property_tree

Image
Some short examples of how to use the Boost property tree in order to read from and write to XML files. Reading XML into a Boost property tree Here’s how to read an example XML into the Boost property tree and traverse each of the the “item” sections within this XML, given that items may contain differing subsections: For this XML example file "test1.xml" I use the following example XML taken from the Microsoft MSDN page :

Getting started with Spire.XLS for .NET

Image
E-iceblue Ltd . is a vendor of powerful components for .NET, Silverlight and WPF development. These products enable the user to easily read and write different formats of office files. A quick an easy guide to setting up Spire.XLS for use in Visual Studio .NET projects is presented here. For the purpose of clarity and helping the user get started as soon as possible, a simple 'HelloWorld' example is presented.