View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jaime Stuardo Jaime Stuardo is offline
external usenet poster
 
Posts: 4
Default Excel distributables?

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