function setData(data) { var options = { coercionType: Office.CoercionType.Text }; Office.context.document.setSelectedDataAsync(data, options ); } AsyncResult 对象在异步函数中的角色 JavaScript API for Office 中异步函数的通用签名中的第三个参数是可选的回调参数。 该回调参数的...
JavaScript API for Office 为访问 Office 文件中的数据提供了几个基本方式: 可以获取或设置当前所选数据,也可以获取整个文件。这种数据访问级别可能看上去比较简单,而且这两种方法的确十分容易使用。但是,这两种方法的灵活性和自定义程度非常高,从而为您的应用程序提供了诸多可能。
使用Office JavaScript API 若要使用这些 API,在 Office.js 内容交付网络 (CDN) 上引用它们,方法通常是将下列任一代码语句添加到页面的标记。 HTML复制 <!-- Reference the production APIs on the CDN --> HTML复制 <!-- Reference the beta/preview APIs on the CDN --> 除添加首选 CDN 链接外,所有...
第 1 部分“探索新的 JavaScript API for Office”(msdn.microsoft.com/magazine/jj891051) 提供了对象模型的宽泛概述。 第 2 部分“探讨 JavaScript API for Office: 数据访问和事件”(msdn.microsoft.com/magazine/jj991976) 深入探讨了与如何获取文件内容相关的重要...
Office JavaScript API 库提供外接程序可用于与 Office 应用程序交互的 API。 引用库的最简单方法是使用内容分发网络 (CDN) ,方法是在 HTML 页面的 部分中添加以下 标记。HTML 复制 ... 这将在外接程序首次加载时下载并缓存 Office JavaScript API 文件,以确保它使用最新实现的 Office.js 及其针对指定版...
图1 JavaScript API for Office 中的对象模型层次结构 每个主机应用程序(Word、Excel、Excel Web App、PowerPoint、Project、Outlook 和 Outlook Web App)都可以使用该 API 中的一部分功能。 例如,对象模型中大约 40% 的功能都仅与 Outlook 和 Outlook Web App 中专用的邮件应用程序相关。 对象模型的另一部分则可...
Office OfficeObject 表示 Add-in 的一个实例, 它是调用其它API相关的 Object (如Context等) 的入口。 代码示例(本文中所有代码示例如无特殊注明,均为 JavaScript 代码): Office Office.js版本:此 Object 在 Office.js v1.0 中引入, 最后一次更新是在 v1.1中。
Thank you for downloading JavaScript API for Office (wall poster) If your download does not start after 30 seconds, click here to download manually Installation note: In the following Install Instructions, please start at the step after the mention of clicking the Download button. ...
访问Office JavaScript API 库 可通过 Office JS 内容交付网络 (CDN) 访问 Office JavaScript API 库:https://appsforoffice.microsoft.com/lib/1/hosted/office.js要在任何加载项的网页中使用 Office JavaScript API,必须在页面的标记中的标记内引用 CDN。 HTML复制 ... ...
Script lab is an Office JavaScript API tool for anyone who wants to learn about writing Office Add-ins for Word, Excel, PowerPoint, or Outlook. Explore Script Lab Office Scripts Use Office Scripts in Excel on the web to automate your common tasks. Learn how to create and edit Office Scri...