问题标签 [docx-mailmerge]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
excel - 如何通过 VBA 应用特定的 Word 邮件合并列过滤器
我正在尝试通过 VBA 过滤“编辑收件人列表”中的特定列,同时从 Excel 工作表执行单词邮件合并。为它录制宏时,列过滤的所有代码如下所示:
如您所见,代码中没有出现特定的列引用,因此,当我运行记录的宏时,它不会按预期执行。
有没有人知道在邮件合并词“编辑收件人列表”数据工具中过滤特定列名的正确引用语法?
python-3.x - 邮件合并失败并破坏白话草稿的草稿格式
我遇到了一个问题,在使用 python3 库“docx-mailmerge”的邮件合并中,当我对白话草稿(具有多种语言的 word 文档)进行邮件合并时,它的格式被破坏了,
谁能帮我这个?
google-docs - 使用 google api 执行邮件合并文档
我正在尝试与谷歌文档和表格执行邮件合并,这是我项目的链接。https://github.com/EyadZaeim/MDS
但是,我一直遇到这个错误
sql-server - 使用 MS Word 的邮件合并功能更新 sql server 数据库表
我们可以在 c# 中使用 MS Word 的邮件合并功能更新 SQL Server 数据库表吗?如果是,我们该怎么做?
google-api - 调整邮件合并代码以在同一张表中运行
我在 Google API 邮件合并链接的帮助下开发了一个代码:https ://developers.google.com/docs/api/samples/mail-merge
它工作得很好,但问题是它为每一行创建一个不同的工作表,我怎样才能让它在同一个工作表中创建行?
模板链接:https ://docs.google.com/document/d/1eSt7mK17zwze8UcM65zA8OOGI0kPK6n-QaTZ6Rra1r4/edit?usp=sharing
我的项目的完整代码:https ://github.com/EyadZaeim/MDS
java - 使用 POI-TL 从 DOCX 中提取标签
POI-TL 替换了 DOCX 中的标签,但我找不到任何可以给我标签列表的 API。有没有人有使用 POI-TL 来实现这一目标的经验?
我已经尝试构建自己的代码来查找标签,但 word 会将标签转换为多次运行(有时超过 5 次),因此我放弃了编写自己的代码并开始研究像 POI-TL 这样的预构建开源解决方案。
ms-access - Opening a Mail Merge Word Document from an Access Database
I currently have a Microsoft Access Database (file format is 2007-2016) that we use to track open orders and print all the required documents. I have created a word document that pulls information from this database using MailMerge. This document works flawlessly by itself. Meaning that if I actually double click the document it opens correctly asking me if I want to pull the information from the database. The issue is that if I open it via a command button in the database I the document opens but I will not get the MailMerge dialog asking if I want to pull the information.
Here is the code I am using at the moment to open the document.
Any help will be appreciated.
Thank you
Joel