Office Automation
-
Is there any way to do the Office automation on server without installing office on server? ONe Way i know that create Open xml format.
-
Is there any way to do the Office automation on server without installing office on server? ONe Way i know that create Open xml format.
As per my knowledge, not possible.
Parwej Ahamad
-
Is there any way to do the Office automation on server without installing office on server? ONe Way i know that create Open xml format.
-
I recently set up a build server for our team and some of the projects used office automation. All I did on the server was to install Ms Office PIA's that resolved our builds but not sure if the code would run from there. Maybe test it and see?
How do you think that will work? A Primary Interop Assembly just encapsulates the calls to the COM components. At runtime, the PIA will try to instantiate the COM control, and without the COM control installed on that computer, you'll get a runtime error...