How to write form(HTML Form) data into a Text file using Java-Servlet?

Gimhani

New member
I need to code a Java-Servlet that accept data from a HTML form and write them into a CSV (Comma Separated Value) text file for later import into a database. And also I need to import these text file values in to a spreadsheet package and making sure that each value appears in a different cell.(I use Tomcat v5.5)

Although I tried hard to solve this problem, I failed all the time. And also I couldn't find any satisfied answer on the Internet.So I would be much obliged If you could provide me a sample solution or an information source for the above situation.

Thanks in Advanced
 
Back
Top