读取 Excel 工作表和数据
我想读取我的 WEBApplication excel 文件, 我找到了一种使用连接字符串来完成此操作的方法,问题是我不知道工作表数量和名称。此外,我想在 DropDownList 中使用这个名称,让用户能够选择一个。
I want to read to my WEBApplication excel file,
I found a way to do it with connection string the problem is that i don't spouse to know the work sheet amount and names. moreover, i want to use this names in DropDownList to give the user the ability to choose one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果在项目中设置对程序集
Microsoft.Office.Interop.Excel
的引用,您可以读取 Excel 文件并使用所需的所有功能。用户评论后编辑:
If in your project you set a reference to assembly
Microsoft.Office.Interop.Excel
you can read your Excel file and use all functions you need.EDITED after user comment:
查看 Jet 的 OLE DB 提供程序。 http://msdn.microsoft.com/en-us/library/ms175866.aspx
Take a look at the OLE DB provider for Jet. http://msdn.microsoft.com/en-us/library/ms175866.aspx