在 ASP.NET Web 应用程序中使用 Excel 表格
我有带有一些字段的 MS Word 表单,我可以在这些字段中插入 Excel 表格。
现在我必须将这个Word表单转换为Web应用程序形式,Web应用程序是用ASP.NET编写的。
我有某种方法可以使用网络应用程序插入Excel表格(从Excel复制粘贴,保持格式,不需要公式 - 仅数据),将它们存储在数据库中并在网络应用程序中显示回来?
多谢
I have MS Word form with some fields and to these fields I can insert Excel tables.
Now I have to convert this Word form into web application form, web app is written in ASP.NET.
I there some way to make possible inserting Excel tables using web app(copy-paste from Excel, keep formatting, not need formulas - only data), storing them in DB and show back in web app?
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您使用的是 MS SQL Server?
如果您可以将这些表导入 Excel 文件,则可以使用 SQL Server Management Studio 的导入/导出向导将数据从 Excel 文件导入到表中。
Assuming you're using MS SQL Server?
If you can get those tables into an Excel file, you can use SQL Server Management Studio's Import/Export Wizard to import data into a table from an Excel file.