Hi @OFFICE
请问您平台的数据以什么形式导入Word,比如Excel 工作簿还是其他?
另外文档的数据以什么形式保存到服务器内,是将文件直接保存到服务器上的文件夹,还是其他呢?
Word for web,这个版本的Word 很多功能是没有的,比如不支持运行VBA 宏。
如果是使用的桌面版Word,据我所知可以尝试使用控件(用户表单,内容控件等)和VBA 宏来自动导入Excel 数据。也可以使用邮件合并功能将Excel 的数据导入到Word 字段中。
参考链接:
- https://stackoverflow.com/questions/73769795/how-to-get-the-recordset-data-from-word-vba-to-excel-sheet
- https://answers.microsoft.com/en-us/msoffice/forum/all/how-to-auto-populate-word-document-from-excel/04d5112e-571d-444a-8d1c-cb251ecb3060
最后补充下,如果是VBA 宏的开发问题,建议您用英文发布一个新帖(因为这里是Q&A 英文版块),然后添加“Office Development" 的标签。
感谢您的理解。
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.