问题描述
在我的公司中,我们有一个很大的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?
推荐答案
这篇关于哪种方法最适合将Excel工作表开发为ASP.NET Web应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!