View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hyperactive Hyperactive is offline
external usenet poster
 
Posts: 1
Default What needs to be installed on the server for excel automation?

I have written a console app that uses the excel automation components
(Office 2003 Primary Interop Assemblies). I need to know if I need to install
the full Excel application on the server when I deploy my project to the
server, or if I only need to install the necessary components? Our server
people do not want to install the full version of Excel, but will allow me to
install the components. Any help would be appreciated.