Hi there
I'm a relative new comer to .net, I have a project that is taking some calculations that are done in a spreadsheet and coding them in c#. No problem I'll just use the Math library I thought ... Except no NORMSDIST and no NORMSINV.
I believe you can access these Excel functions somehow(?!) but am not sure what steps I would need to go through to do this. I would prefer to actually have the code for the functions in c# itself, as I didn't know the consequences of accessing the excel stuff (this functionality is going to be accessed via a web service - if this makes a difference)
Thankyou in advance
Brian
I'm a relative new comer to .net, I have a project that is taking some calculations that are done in a spreadsheet and coding them in c#. No problem I'll just use the Math library I thought ... Except no NORMSDIST and no NORMSINV.
I believe you can access these Excel functions somehow(?!) but am not sure what steps I would need to go through to do this. I would prefer to actually have the code for the functions in c# itself, as I didn't know the consequences of accessing the excel stuff (this functionality is going to be accessed via a web service - if this makes a difference)
Thankyou in advance
Brian