| 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!
|
 |
 |
|
|
subject: submitting form data to an excel file
|
|
|