问题描述
嘿,
由于我是ASP.NET和C#的新手,因此我的项目确实需要一些帮助.我的项目的分步过程如下-
1.浏览一个Excel文件,然后单击上传"按钮,该Excel文件的内容应以网格形式显示在网页上.
2.应该允许用户在网格的单元格中进行更改.
3.将创建另一个名为Submit的按钮.单击它后,它应将该网格的更改内容复制到数据库表中.
我只能做第一步.我需要其他步骤的帮助.
谢谢.
Hey,
As i am new to ASP.NET and C#, i really need some help on my project. The step-wise procedure of my project is given below -
1. Browse for an Excel file and when upload button is clicked, the content of the excel file it should be displayed on the webpage in the form of a grid.
2. User should be allowed to make changes in the cells of the Grid.
3. Another button called Submit is to be created. Upon clicking it, it should copy the changed contents of that Grid into the Database tables.
I have been able to do only the first step. I need help on the other steps.
Thanks.
推荐答案
这篇关于将Excel文件上载到Webform网格中,在网格中进行更改,然后将其复制到数据库中.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!