Ms word document from J2ee code
843841Dec 22 2006 — edited Dec 25 2006Hi,
I have a case to implement.
User fills the HTML application form and when he presses generate, an MS-word document will get generated in a specifc template (to be given by Buisiness users) and all values that i have entered in HTML form will get populated in MS-word document
How to implement the case. I have gone through the net and checked following options
1. Jacob: There is a need to save some .exe file on server system. I dont know how good is to use that API.
2. POI: API still in development stage .. can not say about stability of API.
3. Servlet (response.setContent).. : Not sure whether this will work. I have tried a very small piece of code but that is not working.
Any sort of help will be appreciated
~Aman