The Artima Developer Community
Sponsored Link

Java Answers Forum
Creating word document in java

2 replies on 1 page. Most recent reply: Dec 19, 2003 5:51 AM by Pablo

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Prasanna

Posts: 1
Nickname: prajack
Registered: Dec, 2003

Creating word document in java Posted: Dec 18, 2003 8:39 PM
Reply to this message Reply
Advertisement
Hi,

I want to generate a document based report in java. One of my application accessing database and now it is generating reports in the form of excel document. Instead i need to use word document. I am using jakartha poi api to generate excel. I want to do the same for java.But i am not able find the api. Does anybody have any other work around. Any help would be greately appreciated.

Happy coding
Prasanna.


Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: Creating word document in java Posted: Dec 18, 2003 9:08 PM
Reply to this message Reply
I didn't search the web to find out whether there is API avilable. However here is a link for pretty good COM bridge which will enable you to access Microsoft COMs. I guess once you have access to COM you can manupulate and get your word doc done.

http://danadler.com/jacob/

May be there is a easy way, but if you fail to find it, you can use this method as a back up I guess

Pablo

Posts: 1
Nickname: pablomza
Registered: Dec, 2003

Re: Creating word document in java Posted: Dec 19, 2003 5:51 AM
Reply to this message Reply
You can create doc files using POI....there are other API in POI that give you the posibility to create a word document...

Bye !!!
Pablo

Flat View: This topic has 2 replies on 1 page
Topic: Anybody can help me to connet database in Java ODBC?..... Previous Topic   Next Topic Topic: a servlet error under linux

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use