摘要: 生成word文档,更新word内容 http://javascript-ninja.fr/docxtemplater/v1/examples/demo.html https://docxtemplater.readthedocs.io/en/latest/generate.html#browser 阅读全文
posted @ 2019-07-24 11:57 梁云涛 阅读(341) 评论(0) 推荐(0)
摘要: using (SPSite site = new SPSite(SiteUrl)) { using (SPWeb web = site.RootWeb) { SPQuery query = new SPQuery(); //Joins属性,这里有INNER和LEFT两种方式连接,均可查询,而且支持多表连接; query.Joins ... 阅读全文
posted @ 2019-07-24 11:56 梁云涛 阅读(283) 评论(0) 推荐(0)
摘要: $.ajax({ var cquery="2018-03-222018-03-28" url: _spPageContextInfo.webAbsoluteUrl + "/_api/Web/Lists/getbytitle('"+listName+"')/GetItems", type: "POST", headers: { ... 阅读全文
posted @ 2019-07-24 11:54 梁云涛 阅读(370) 评论(0) 推荐(0)
摘要: 需要设置SharePoint 列为dropdown 类型,eg.: Red,Yellow,Green 阅读全文
posted @ 2019-06-12 17:51 梁云涛 阅读(210) 评论(0) 推荐(0)
摘要: https://www.interopevents.com/shanghai2019cn 阅读全文
posted @ 2019-04-15 09:17 梁云涛 阅读(126) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/powerapps/ PowerApp Document: https://docs.microsoft.com/en-us/powerapps/ 阅读全文
posted @ 2019-04-14 13:59 梁云涛 阅读(203) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/office365dev 阅读全文
posted @ 2019-04-13 23:05 梁云涛 阅读(182) 评论(0) 推荐(0)
摘要: https://developer.microsoft.com/en-us/graph/blogs/announcing-30-days-of-microsoft-graph-blog-series/ https://developer.microsoft.com/en-us/graph/graph 阅读全文
posted @ 2019-04-13 23:01 梁云涛 阅读(236) 评论(0) 推荐(0)
摘要: 本文引用以下路径 https://www.cnblogs.com/liuxianan/p/js-excel.html 阅读全文
posted @ 2019-04-11 10:56 梁云涛 阅读(151) 评论(0) 推荐(0)
摘要: 删除所有的List Items: (获取所有的list Items可以使用上面的方法) 添加List Items: Update List Items: How to update List Item via SharePoint REST interface: https://blogs.msdn 阅读全文
posted @ 2019-04-10 15:10 梁云涛 阅读(908) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示