随笔分类 - 其它微软相关的使用
摘要:项目环境 .net 6.0 原代码 是.netframework 4.6 原代码引用了Microsoft.SharePoint.Client 包去操作.其中身份验证的使用的是 SharePointOnlineCredentials 类.但迁移到.net 6,0 后发现这个类已经被移除.测试了常用 的
阅读全文
摘要:private void button1_Click(object sender, EventArgs e) { CloseExcelWorkbook("TestReport.xlsx"); } //put the following abbreviation to the "using" bloc
阅读全文
摘要:https://blog.darkthread.net/blog/access-sharepoint-doclib-with-dotnet/ 可参考它的方法.代码是通用的(它里面包括了文件夹操作等) 我安装的包如下: 读取文件: var ctx = new ClientContext(url); /
阅读全文