如何将 ASP.NET 页面导出到 MS Word(带页眉、页脚)

发布于 2025-01-02 03:08:21 字数 205 浏览 1 评论 0原文

SQL Server 数据库中的文档表是:

id
title
content
first_name
last_name
department
logo

如何使用如下图所示的模板导出到 Word。

word 文件

document table in SQL server database is :

id
title
content
first_name
last_name
department
logo

How can i export to word with template like image below.

word file

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

虚拟世界 2025-01-09 03:08:21

您需要使用 OpenXML SDK 来实现您想要的目标。
DocX API - docx.codeplex.com。是 Open XML SDK 的一个非常好的、简单的替代品。

You need to use OpenXML SDK to achieve what you are looking for.
DocX API - docx.codeplex.com. is a really good and easy alternative to Open XML SDK.

夏日浅笑〃 2025-01-09 03:08:21

您可以创建一个模板 Word 文档,其中内容控件作为动态数据的占位符,然后使用 OpenXML SDK 在内容控件中插入数据。

You could create a template word document with content controls as placeholders for dynamic data, and then use the OpenXML SDK to insert data in the content controls.

乖不如嘢 2025-01-09 03:08:21

您可以尝试使用 http://www .aspose.com/categories/.net-components/aspose.words-for-.net/default.aspx 使用 MailMerge 或从头开始创建文档。

You could try using http://www.aspose.com/categories/.net-components/aspose.words-for-.net/default.aspx either with MailMerge or create the document from scratch.

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