Is it possible to run a Excel macro using java, placed in a server which does not have Microsoft Excel installed?.
I have written a code using Java and Jacob - Java Com Bridge, which works fine in machines which has Excel installed.
Is it possible to run a Excel macro using java, placed in a server which does not have Microsoft Excel installed?.
I have written a code using Java and Jacob - Java Com Bridge, which works fine in machines which has Excel installed.
As you tried, the answer is no. No excel means no Java Com Bridge.
You have to understand first that purpose of JACOB is to connect java with windows component who exposes their operations via COM interface. That means you can only operate on those applications which are installed in the server and have implemented COM interface. For instance : MS Excel, MS Word, Adobe etc