Hi,
try this,
in your main function,
Runtime r = Runtime.getRuntime();
Process p = null;
try
{
p = r.exec(Pathname);
}
catch(Exception e)
{
}
Pathname* is the path of your Excel or Word application
let me know if it works
That's great...it does launch the MS application, but I can't dynamically add my results to the apps. I want the result set to somehow 'magically' get into Word...any ideas?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.