Click here to Skip to main content
15,900,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi

I want to display excel spreadsheet in webpage for user to manually enter the data

how can i do this in asp.net website C#


Please guide me
Posted
Comments
InbarBarkai 4-Feb-15 4:32am    
What do you mean?
Excel is an independent application that has nothing to do with the browser.
Not only that, are you really able to make sure all your clients have Excel installed?

If you just want to display the data in a table on the web page, I suggest using OpenXml.
Sinisa Hajnal 4-Feb-15 6:17am    
Use GridView control and enable editing. You can't easily use client side application(s) for this. You could teoretically redirect people to your google docs and take their data from there.
ZurdoDev 4-Feb-15 8:01am    
Use a google doc instead.
[no name] 4-Feb-15 12:44pm    
You can use GridView Control for it . make it enable editing in your web page.

1 solution

You can use dhtmlxSpreadsheet is an open source spreadsheet widget 


dhtmlxSpreadsheet widget

Happy Coding
 
Share this answer
 

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