Re: quantlib spreadsheet integration
Posted by Jody Goldberg-2 on
URL: http://quantlib.414.s1.nabble.com/quantlib-spreadsheet-integration-tp2880p2889.html
On Thu, Apr 08, 2004 at 12:00:11AM +0100, erik wrote:
> - Design and performance - with an OpenOffice C++ Addin you write
> classes which are derived directly from the classes used to build OO
> itself, and your code goes into a lib which OO loads dynamically at
> runtime. I've done no benchmarking but intuition tells me this design
> is faster and cleaner than Quantlib<->Python<->Gnumeric.
That would be true if you had to go through Python to get to Gnumeric.
We support external plugins in python, but the mechanism is straight
C. The vast majority of our 500 odd worksheet functions are in
plugins.
> - OpenOffice (and StarOffice) has a larger potential userbase, as it
true.
> runs on Linux/Unix/Mac/Windows as opposed to just Gnu
We are days from a win32 build :-)
One of the reasons I joined the Gnumeric project was the irritation
of deploying analytics as an MS Excel's XLL, or even in Applix.
Gnumeric's plugin interface was designed explicitly to simplify
things like this.
Best of luck in your work,
Jody