Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
See more:
Hi,
I want to accept data from HTML form and I want to store that data in excel sheet instead of storing it in a database.
I've created HTML page but I don't know how to talk to excel so that it accepts my data.

HTML pages looks like,
____________________________
|
| NAME:[__________]
| ADDRESS:[__________]
|
| [__SUBMIT__]
|____________________________

When I enter data and click on SUBMIT button the data should transfer to excel sheet.

Any suggestions?
Posted

 
Share this answer
 
Comments
Maciej Los 5-Dec-13 3:57am    
Thabk you, Tadit ;)
Most Welcome. :)
Without a Server side Technology, you can't operate on Files.
 
Share this answer
 
Comments
Maciej Los 5-Dec-13 3:52am    
Yes, you're right. I would suggest to add information about ADO.NET. In that case the answer would be complete. A4!
See my answer ;)
Thanks a lot Maciej Los... :)

You have done that already in your answer. Great. :)
Maciej Los 5-Dec-13 3:57am    
Thank you, Tadit ;)
Welcome. :)
 
Share this answer
 
Comments
Member 10299023 5-Dec-13 3:31am    
Hi,
That is when you create a table.
Here I've created a form and that should directly upload data to excel sheet when "Submit" button is clicked.
[no name] 5-Dec-13 3:37am    
chk this one...

http://www.databison.com/html-to-excel-using-javascript-and-excel-to-html-using-vba/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900