Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要知道一种使用这两个命名空间从 FTP 打开和读取 word 文档的方法。
using Microsoft.Office.Interop.Word; using Microsoft.Office.Core;
我知道如何编写代码以从本地计算机打开和读取 WORD 文档,但我需要编写一个代码,以便我可以连接到 FTP 并使用上述命名空间从 FTP 打开和读取 WORD 文档
我能怎么做 ?帮助