compiler.build.excelClientForProductionServer
Syntax
Description
Caution
This function is only supported on Windows® operating systems.
compiler.build.excelClientForProductionServer(
creates an Excel® add-in for MATLAB®
Production Server™ using the Results)compiler.build.Results object
Results created from the
compiler.build.productionServerArchive function. Before creating
Excel add-ins, install a supported compiler.
compiler.build.excelClientForProductionServer(
creates an Excel add-in using MATLAB functions specified by FunctionFiles,ServerArchive)FunctionFiles and the MATLAB
Production Server archive specified by ServerArchive.
compiler.build.excelClientForProductionServer(
creates an Excel add-in with options specified using one or more name-value arguments. Options
include the add-in name, output directory, and how to handle the Excel date data type.FunctionFiles,ServerArchive,Name,Value)
compiler.build.excelClientForProductionServer(
creates an Excel add-in with options specified using a
opts)compiler.build.ExcelClientForProductionServerOptions object
opts. You cannot specify any other options using name-value
arguments.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Limitations
This function is only supported on Windows operating systems.
You cannot use the
compiler.package.installerfunction to create an Excel client installer. To create an installer using thecompiler.build.Resultsobject, seecompiler.package.excelClientForProductionServer.
Version History
Introduced in R2021b