摘要: 生成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 梁云涛 阅读(332) 评论(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 梁云涛 阅读(263) 评论(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 梁云涛 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 需要设置SharePoint 列为dropdown 类型,eg.: Red,Yellow,Green 阅读全文
posted @ 2019-06-12 17:51 梁云涛 阅读(208) 评论(0) 推荐(0) 编辑
摘要: https://www.interopevents.com/shanghai2019cn 阅读全文
posted @ 2019-04-15 09:17 梁云涛 阅读(121) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/powerapps/ PowerApp Document: https://docs.microsoft.com/en-us/powerapps/ 阅读全文
posted @ 2019-04-14 13:59 梁云涛 阅读(195) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/office365dev 阅读全文
posted @ 2019-04-13 23:05 梁云涛 阅读(168) 评论(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 梁云涛 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 本文引用以下路径 https://www.cnblogs.com/liuxianan/p/js-excel.html 阅读全文
posted @ 2019-04-11 10:56 梁云涛 阅读(140) 评论(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 梁云涛 阅读(862) 评论(0) 推荐(0) 编辑