Excel and kdb+ integration
Friday, April 15th, 2005Even though kdb+ integrates out of the box with .NET, java and c/c++, I’m always on the look out for things that make it easier to work with excel. The Excel RTD Server is pretty cool for real time updates from kdb+, but query/response is not very practical. This is where XLW comes in. It is a c++ wrapper of the Excel C API, and makes writing excel functions quite simple. It should be fairly simple to wrap up some calls to kdb+ using this library.