|
From: eric e. <eri...@gm...> - 2006-08-25 15:47:49
|
Hi TRS, On 8/15/06, Story, Todd <tod...@wa...> wrote: > > Hello all: > > Where can I find instructions for installying Python and then on using it to > generate my own excel addins? Just to clarify, QuantLibAddin relies on gensrc, a Python application, to build addins for various platforms including Excel. Adding additional functionality to the QuantLibAddin Excel build (aka QuantLibXL) is relatively straightforward. Extending the framework to implement a new addin altogether is certainly doable but would require development on your part. See this link for a tutorial on building QuantLibAddin for Excel - this includes instructions for installing python and gensrc: http://www.quantlibaddin.org/build_tutorial.html The link below explains how to extend QuantLibAddin's gensrc configuration to support new functions. Some details are out of date but in general the approach is unchanged: http://www.quantlibaddin.org/extending.html Regards, Eric |