How to mimic an excel spreadsheet on a website in vb.net?
Posted
by
user1439659
on Stack Overflow
See other posts from Stack Overflow
or by user1439659
Published on 2012-06-19T13:13:29Z
Indexed on
2012/06/20
3:16 UTC
Read the original article
Hit count: 160
I am building a website to capture data. I have many spreadsheets that are used for data entry or capture. Now I want to mimic these complex spreadsheets on the web forms but I am unsure of the correct control to use.
Data entry must be allowed and live calculations also need to be made similar to formulas on normal excel spreadsheets. Later on the data must be captured into an SQL table.
What would be the best control to use or method to mimic that functionality, albeit that the spreadsheet component is no longer available in visual studio 2010. Is it a data grid?
Thanks
© Stack Overflow or respective owner