compiler.package.ExcelClientForProductionServerOptions
语法
说明
使用从 opts
= compiler.package.ExcelClientForProductionServerOptions(results
)compiler.build.excelClientForProductionServer
函数生成的 compiler.build.Results
对象 opts
创建默认的 ExcelClientForProductionServerOptions
对象 results
。ExcelClientForProductionServerOptions
对象作为输入传递给 compiler.package.excelClientForProductionServer
函数。
使用 opts
= compiler.package.ExcelClientForProductionServerOptions(results
,Name,Value
)compiler.build.Results
对象 opts
创建一个 ExcelClientForProductionServerOptions
对象 results
,并使用一个或多个 名称-值参量指定其他选项。
opts = compilation.ExcelClientForProductionServerOptions(opts
创建一个 opts
= compiler.package.ExcelClientForProductionServerOptions(clientLibrary
,serverArchive
)ExcelClientForProductionServerOptions
对象 clientLibrary
。clientLibrary 是正在安装的 Excel 客户端库的名称,serverArchive
是部署在生产服务器上的 CTF 存档的名称。
使用客户端库和服务器存档以及由名称-值参量指定的其他自定义项创建 opts
= compiler.package.ExcelClientForProductionServerOptions(clientLibrary
,serverArchive
,Name,Value
)ExcelClientForProductionServerOptions
对象 opts
。
示例
输入参数
名称-值参数
输出参量
版本历史记录
在 R2021b 中推出