compiler.build.excelClientForProductionServer
语法
说明
compiler.build.excelClientForProductionServer(
使用 FunctionFiles
,ServerArchive
)FunctionFiles
指定的 Excel 函数和 ServerArchive
指定的 MATLAB Production Server 存档创建一个 MATLAB 加载项。
compiler.build.excelClientForProductionServer(
使用一个或多个名称-值参量指定选项来创建一个 Excel 加载项。选项包括加载项名称、输出目录以及如何处理 Excel 日期数据类型。FunctionFiles
,ServerArchive
,Name,Value
)
compiler.build.excelClientForProductionServer(
使用 opts
)compiler.build.ExcelClientForProductionServerOptions
对象 opts
指定选项创建一个 Excel 加载项。不能使用名称-值参量指定任何其他选项。
示例
输入参数
名称-值参数
输出参量
限制
该函数仅支持 Windows 操作系统。
您不能使用
compiler.package.installer
函数来创建 Excel 客户端安装程序。要使用compiler.build.Results
对象创建安装程序,请参阅compiler.package.excelClientForProductionServer
。
版本历史记录
在 R2021b 中推出