How to write data in a .doc file
Hi,
I want to write data from a string into a .doc file.
In my jsp page, i retrieve data using request.getParameter like as
String data = request.getParameter("description");
I want to write this data into dynamically created .doc file.
That time, i am able to create a directory, but when i create a .doc file. Its give an error.
I want to create a directory and then further create a Word docuoment (.doc file) and finally write this data(as data in my example) into .doc file.
regards
madhu
m.sudan21@gmail.com

