How to open applications like Excel,Word etc using java
Printable View
How to open applications like Excel,Word etc using java
You will have to write C/C++ code which accesses the
ActiveX controls of Excel/Word,Wrap that in a dll and use JNI to access
the same using Java.
You can find a very useful javabean on ibm's alphaworks site
http://www.alphaworks.ibm.com
which can be used to access Excel
Ajay