在 ASP.NET Web 应用程序中使用 Excel 表格

发布于 2024-11-15 13:52:49 字数 204 浏览 1 评论 0原文

我有带有一些字段的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ヅ她的身影、若隐若现 2024-11-22 13:52:49

假设您使用的是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文