May 8th, 2010, 12:06 am
Yes, QuantLib also has an implementation of addins for open Calc, and it even has a Visual Studio solution.I tried it. Unfortunately, the QuantLib msvc solution is version vc7, and my msvc is vc8. It tried to convert from vc7 to vc8, but that failed. Then the building failed. I could try to create a vc8 solution by hand by looking at their vc7 solution. And maybe from that I can look around and guess how they do the building, probably with some NMake file, like in XLW. If there is noother way to find a working template out there, I may have no other choice.XLW is indeed very convenient. I am not an IT expert, but I could get it working without much trouble, and itis quite user friendly. I wish somebody could do the same thing with OpenOffice Calc. I like OpenOffice Calc interface and the concept of free and open source projects. It makes good looking graphs, can convert them easily to eps format for including in Latex, it's free, it's portable to UNIX, etc... It has a lot of advantages over Excel, but if the OpenOffice guys want to be taken seriously by professionals, especially in the Finance industry, I think they should make it more easily usable. Just installing the SDK for C++ addins is already a lot of trouble, if you're not lucky. And having no XLW-like project to make addins is quite discouraging. If it does not alreadyexist, and if somebody reads this message and wants to give it a try, I'd be happy to join the effort.