This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Does it have to be Word? RTF would be so much easier, since it's all text that you can work with using search/replace. If you really need Word, the Apache POI library may be the way to go: http://faq.javaranch.com/java/CreateWordDocument
Hi, I think I should go with Apache POI...but just want to check I have template and want to create word document only.
In template I have something $date$ where I have to put current date. Any Idea how to proceed with it.
I wrote a sample code, but it's not working
pages.dot template contains $date$, but in resultant text it's not filling the expected data.
and another thing is that In Template only I have table, I have to put the dynamicly generated data in front of Main System and File Name which I will get it from db.
so, below format is in Template file:
--------------------------------------------------------------
Main System :
--------------------------------------------------------------
File Name :
---------------------------------------------------------------