Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java - Microsoft Office communication

Status
Not open for further replies.

Stovio

Programmer
Mar 20, 2002
30
SE
Hi,

Does anyone know if there is some simple to use library for communication between Java applications and MS Office products?
If so, where can I find information about it?
if not, which is the way to go? To use JNI to via a DLL access the office COM-objects or to use some Java-COM bridge?

Thanks!

/S
 
I've not seen a simple method for communicating between Office and Java, and would doubt that there is a good way to do it since the lawsuits. I think your easiest route is to use native method invocation or some other work arround... What exsactly are you trying to "communicate" between them?
 
jstreich -> I am simply trying to create, change and save documents.

sedj -> Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top