aspose file tools
The moose likes Servlets and the fly likes submitting form data to an excel file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "submitting form data to an excel file" Watch "submitting form data to an excel file" New topic
Author

submitting form data to an excel file

Shim McGee
Greenhorn

Joined: Dec 30, 2004
Posts: 2
I am trying to use an html form to submit data directly to an excel form. I do not need to display the form in the browser at all. The form will be used frequently (weekly entries) for tracking information. The form data is primarily created by making selections from drop-down menus. The excel file will need to be updated everytime the form is submitted (not over-written). I am not familiar with trying to 'persist' data to a file rather than a db. Any suggestions would be appreciated.

Thanks.
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Have you looked into:
http://jakarta.apache.org/poi/
?


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Shim McGee
Greenhorn

Joined: Dec 30, 2004
Posts: 2
thank you Ben!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: submitting form data to an excel file
 
Similar Threads
YUI DataTable implimentation Help
Exporting data to excel file... using java web app
Open excel in JSP
saving excel file into an image
populate data from csv into oracle