哪种方法最适合将Excel工作表开发为ASP.NET Web应用程序? [英] Which method is the best for developing Excel sheet as ASP.NET web application?

查看:96
本文介绍了哪种方法最适合将Excel工作表开发为ASP.NET Web应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的公司中,我们有一个很大的Excel工作表,我们将其用作数据输入.这个矩阵充满了许多员工的数据.每位员工都需要在该数据条目中填写特定的单元格.现在,我们想通过开发一个包含该矩阵的基于Web的系统来使该矩阵自动化.我是ASP.NET的新开发人员,我刚刚用它开发了两个系统.现在,我想知道开发此矩阵的正确方法是什么,以及是否有任何示例可以帮助我解决此问题.

我是否应该使用诸如GridView,ListView或DetailsView之类的控件来解决此问题?我应该使用哪种技术进行开发?

In my company, we have a big excel sheet that we use it as a data entry. This matrix is filled with the data by many employees. each employee is required to fill specfic cells in that data entry. Now, we want to automate this matrix by developing a web-based system that contains this matrix. I am new ASP.NET developer and I just developed two systems with it. Now, I want to know what is the proper way to develop this matrix and if there is any example that can help me in this issue.

Should I use one of the controls like GridView, ListView or DetailsView for this issue? Which technique I should use for developing this?

推荐答案

由于每个员工仅填写特定的部分,因此不需要显示整个输入网格.创建适当的控件以接受输入,并将其保存在数据库中,例如,保存在数据库中,然后在需要时根据每个人输入的数据创建电子表格
Since each employee only fills in a specific section it wouldn''t be necessary to display the entire input grid. Create appropriate controls to accept the input, persist it, such as in a database, then create the spreadsheet when required from the data everyone has entered


这篇关于哪种方法最适合将Excel工作表开发为ASP.NET Web应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆