Click to See Complete Forum and Search --> : Using ASP.net (VB or C#) with Excel?


Ai _Jun_Zhang
May 25th, 2004, 04:09 PM
Hi!

I need to use C# or VB in my web application to maninuplate Excel file - such as read from a particular cell and write into a particular cell, etc. Do I have to install the " Visual Studio Tools for the Microsoft Office System"?

If not, what should be systems should I put in the Using statement in my C# file?

If you know any articles that are available for me to look at for programming ASP.net with C# or VB for Excel, can you please also let me know?

Please help me with this.

Thank you very much.

Aijun.

coolbiz
May 27th, 2004, 06:53 AM
I know that you can use ADO.NET w/ OLEDB driver to treat Excel file as a datasource. I personally have not done it before but MSDN should have some examples.

-Cool Bizs