Excel distributables?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all....

I have developed a web application that exports some information to Excel.
It works in my development environment because I have Microsoft Office
installed, but in production I don't have it, so the application didn't work
because it could not instantiate Excel.Application class, and in fact, that
class isn't registered in it. I tried by installing Office 2003 web
components but that class isn't registered either.

I know that class is present in EXCEL.EXE file, so, how can I distribute
applications that uses Excel.Application to generate excel files?

Thanks a lot in advance
Jaime
 
But this is a web server that generates the Excel file... so.. what's the
goal of Office Web Components then? I don't think that I must install Office
application in production environment. Do you know if I can use other
component to generate XLS files?

Jaime
 
Web components require that the user have a licensed copy of Office. They
are intended as a convenience - not as a free replacement for Excel.
 

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