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.
我正在编写一个自动化程序来更新我们服务器上存在的 excel 表(在 c# 中)上的内容。我们的服务器有不同的门户并且有不同的凭据。我如何将门户上的文件提取到本地计算机以对其进行一些更改。
您的计算机是否与服务器位于域中?如果是这样...
以具有访问权限的用户身份运行,并像普通路径一样通过 UNC 路径对其进行操作...例如,您将加载 @"\Servername\share\file.xls" 而不是 @"C:\path\file.xls"。