While I am working on compiling a list of .Net math libraries, I found a simple way to call Excel math library from F# FSI. In the following example, I will show how to use Excel’s Median, StDev and MInverse functions from F# scripting environment (FSI).
Software setup: VS2010 Sp1 with Office 2010 installed.
There are few benefits of using Excel math libraries:
but, there are also issues:
Both F# and C# Code example @ http://code.msdn.microsoft.com/Calling-Excel-Math-6b811836
Happy Coding!
-jack
Cool. Thanks. Please post more on F#+Excel or direct me to useful links.
Thank you, more post on Excel topic will follow
Thanks a lot. Might be usefull one day.
Looking foreward to the list of math libraries.