I am looking for a way to use several Excel functions (e.g. LINEST, LOGEST
and RSQ) in C#. Do Microsoft or any third parties offer good tools to enable
the use of such functions from within C# without having to launch or access
Excel? If so, where may these be found?
Thank you.
Steve Maillet (eMVP) - 22 Oct 2004 16:26 GMT
The ONLY way to use that is from EXCEL as that's where it's implemented. You
can re-implement that functionality yourself in a library if you want. That
would make it available to any application you want to use it in.

Signature
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com