Excel.Application object

  • Thread starter Thread starter Agoston Bejo
  • Start date Start date
A

Agoston Bejo

Hi,
is there a way to use the Excel.Application ActiveX object on server side (I
mean in ASP) without installing Excel itself? What I'm thinking about is if
it is enough to copy a dll onto the server or something similar. Are there
maybe other objects to manipulate Excel files? (I need only basic
functionality, i.e. opening a file, modifying some cells, thing like this.)

Thx,
Gus
 
Agoston Bejo said:
is there a way to use the Excel.Application ActiveX object on server side (I
mean in ASP) without installing Excel itself?
Are there
maybe other objects to manipulate Excel files? (I need only basic
functionality, i.e. opening a file, modifying some cells, thing like this.)

You can use ADO (or ADO.NET) and the MS OLEDB Provider for Jet to
modify data in an Excel workbook without opening it.

Jamie.

--
 

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

Back
Top