Excel API

C

Clive

Hi,

I have an ASP.NET app that does some calculations.

I want to use the built in functions i n Excel e.g Price
etc and other various financial functions rather than
write them.

So all I want to do is use teh Excel API / Object Library
in .NET.

Do I need Excel installed on my web server to do this, as
I won't be using the Excel Application. I just want to
use the API?

In terms of performance, would this pose an issue with
loads of users accessing my site?

Thanks,
Clive.
 
M

Mattias Sjögren

Clive,
Do I need Excel installed on my web server to do this, as
I won't be using the Excel Application. I just want to
use the API?

Yes, Excel must be installed.

In terms of performance, would this pose an issue with
loads of users accessing my site?

Yes it probably would, compared to if you would write the functions
yourself in managed code.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top