简体   繁体   中英

How to mimic an excel spreadsheet on a website in vb.net?

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

Here is an extension that contains Excel compatible WinForms. Capturing to SQL should be pretty straightforward using the Entity Framework.

http://visualstudiogallery.msdn.microsoft.com/03A0E5A9-4768-461C-9A72-8255A291094C?SRC=Featured

检查http://en.wikipedia.org/wiki/Office_Web_Components#Office_Web_Components上的Office Web Components是否可以满足您的需求。

for custom build you can rely on GridView and keep adding on features to it. however my reccomendation would be to use Devexpress Grid or some other third party controls and build on it. these controls are more feature rich :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM