• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

HTML Form to collect data & store in Excel file...is it possible...?

PP3321

Active Member
It's probably easiest to do it on server side using PHP or other language to export/append to csv.
See this thread for example. Seems like something similar to what you are looking for.
http://forums.codewalkers.com/php-coding-7/html-form-to-excel-doc-895391.html

I'm not familiar with it, but there seems to be a way to output html to Excel. See last post in the link.
http://stackoverflow.com/questions/18704449/export-html-form-data-to-excel

But, it may be easier to utilize Google form etc with built-in functionality. It's pretty easy to customize (embed Google form elements) into custom web page if needed.
 
Back
Top