Ask a Question related to ASP.NET General, Design and Development.
-
Chris Jackson #1
Re: Using Excel API in .NET
> I have an ASP.NET app that does some calculations.
Yes. The API is merely the entry way into the application.> 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?
Yes. Depending on what you are doing, you could very well end up launching> In terms of performance, would this pose an issue with
> loads of users accessing my site?
excel.exe with every web request. This uses a lot of system resources.
Also keep security in mind - your web server will now have all of the
vulnerabilities of ASP.NET, IIS, AND Excel. You get more attack surface when
you install more software.
If you know the formula that you want to use, and it's a small number, you
may just want to code it yourself. You may also want to investigate the
Office web controls.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
Chris Jackson Guest
-
PDF to Excel
I have a financial report in PDF format that has many lists in columns with text and figures. I would like to export this to Excel or another... -
Place Excel into table with ability to link when native Excel file is updated.
Is it possible to place an Excel file into InDesign and create a link so that any changes made later to the Excel file can be updated in InDesign? ... -
excel to csv
hi all anybody knows a script to save an excel in csv? i need it for a php script tnx -
[PHP] PHP, Excel, jpgraph - can the graph be included in the Excel output?
You need a class that can create xls files with images. Or you can create a Web Archive: http://officeupdate.microsoft.com/office/webarchive.htm ... -
PHP, Excel, jpgraph - can the graph be included in the Excel output?
Good morning! I have several reports that are generated using PHP & MySQL for which I would like to include a graph using the excellent jpgraph... -
Natty Gur #2
Re: Using Excel API in .NET
Hi,
In addition to Kens answer try to check if math.net (.net library) got
the calculation your looking for :
[url]http://sourceforge.net/projects/nmath[/url]
Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

