Hi
I'm new to C++, but I'm working very hard to improve my skills. Recently I came to an idea that I would like to put my data to an .xls file, rather to a plain .txt file, where I cant really control what is being put where. My first thought was to download some library where someone else did all the "dirty" work, and indeed I found a few good ones (I particularly like this one:
LibXL). But the drawbacks were I needed to purchase the complete version.
I found out about Excel Object Model and it seemed appealing for a beginner. But the major problem is that I cant find simple enough manual or a reference. The one on msdn website http://msdn.microsoft.com/en-us/library/wss56bz7%28VS.80%29.aspx, in my opinion is a complete disaster, since I cant tell apart whats important and whats not. All in need are some pointers, on how to open a xls file, write in cells, go through sheets and so on.
I would be grateful if someone can provide an reference/manual for beginners, or point me in the right direction.
Anton