compiler.package.ExcelClientForProductionServerOptions
Options for creating an installer for an Excel client for MATLAB Production Server
Since R2021b
Syntax
Description
creates a default opts
= compiler.package.ExcelClientForProductionServerOptions(results
)ExcelClientForProductionServerOptions
object
opts
using the compiler.build.Results
object results
generated from the
compiler.build.excelClientForProductionServer
function. The
ExcelClientForProductionServerOptions
object is passed as an input to the
compiler.package.excelClientForProductionServer
function.
creates an opts
= compiler.package.ExcelClientForProductionServerOptions(results
,Name,Value
)ExcelClientForProductionServerOptions
object
opts
using the compiler.build.Results
object results
with additional
options specified using one or more name-value arguments.
creates an opts
= compiler.package.ExcelClientForProductionServerOptions(clientLibrary
,serverArchive
)ExcelClientForProductionServerOptions
object
opts
. clientLibrary
is the name of Excel client
library being installed and serverArchive
is the name of the CTF
archive deployed on the Production Server.
creates an opts
= compiler.package.ExcelClientForProductionServerOptions(clientLibrary
,serverArchive
,Name,Value
)ExcelClientForProductionServerOptions
object
opts
using the client library and server archive and additional
customizations specified by name-value arguments.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b