Serving the Quantitative Finance Community

Search found 3 matches

by wdgann
September 2nd, 2004, 4:08 am
Forum: Book And Research Paper Forum
Topic: Excel Add-in Development in C/C++
Replies: 37
Views: 183533

Excel Add-in Development in C/C++

Download Quantlib from Sourceforge. With it is the source for QuantlibXL (an XLL addin) . Follow the example set forth in that and you should have no problem. You will also need to download XLW which is a wrapper for all the Excel to DLL calls. That book looks interesting though.
by wdgann
July 8th, 2004, 1:50 pm
Forum: Programming and Software Forum
Topic: Function in Excel with a program in C/C++
Replies: 16
Views: 192538

Function in Excel with a program in C/C++

<r>Hello,I walked this same path a few months ago. You have several options but if you just want to get the job done and you are not interested in becoming an expert in all of the intracacies, then you should download XLW which is a wrapper for all of the excel calling specifics written in c++. Also...