有没有办法使用 MS Word 和 SQL 查询创建动态文档?

发布于 2025-01-06 15:39:18 字数 240 浏览 2 评论 0原文

我正在使用 MS Word 2010 编写文档。对于此文档(书面报告),我想集成从 SQL Server 数据库获取数据的 SQL 查询。数据库中的数据一直在变化。有没有办法“编译”或“运行”此文档以将数据库中的最新结果放入此文档中(此文档中的文本应保持不变)?我正在寻找在编写 Latex 文档时 Sweave 提供的相同类型的功能。

I'm writing a document using MS Word 2010. For this document (a written report) I would like to integrate SQL queries which fetch data from SQL Server database. Data in the database is changing all the time. Is there a way to "compile" or "run" this document to get the most recent results from the database into this document (text in this doc should remain intact)? I'm looking for a same kind of functionality which is provided by Sweave when writing Latex documents.

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

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

发布评论

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

评论(1

情释 2025-01-13 15:39:18

如果您了解 Sweave(以及 R),那么您可以使用 R 生成 HTML、ODF、PDF 或图形/纯文本,并在 Word 中打开它们(或导入到 Word 文档中),并使用 RODBC。我建议查看 Knit 来生成 HTML 和/或纯文本以及 ODFWeave 用于生成 ODF 文件。

If you understand Sweave (and R) then you can use R to produce either HTML, ODF, PDF or graphics / plain text and open them in Word (or import into a Word Document) and include SQL query results using RODBC. I'd recommend looking at Knitr for producing HTML and/or plaintext and ODFWeave for producing ODF files.

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