Excel.RequestContext class
RequestContext 对象可加快对 Excel 应用程序的请求。 由于 Office 加载项和 Excel 应用程序在两个不同的进程中运行,因此需要请求上下文才能从外接程序访问 Excel 对象模型。
- 扩展
注解
示例
// *.run methods automatically create an OfficeExtension.ClientRequestContext
// object to work with the Office file.
await Excel.run(async (context: Excel.RequestContext) => {
const workbook = context.workbook;
// Interact with the Excel workbook...
});
构造函数
(constructor)(url) | 构造 类的新实例 |
属性
application | |
runtime | |
workbook |