Main Content

ExcelAdd-Ins

CreateMicrosoft®Excel®add-ins from MATLAB®functions on Windows®systems

MATLAB Compiler™enables you to package MATLAB programs into add-ins for use withMicrosoft Excel. Excel add-ins allow users to interact with spreadsheet data, display MATLAB figures, open dialog boxes, and more.

To deploy Excel add-ins, you install the add-in andMATLAB Runtimeon the target machine. After installation, you can:

Functions

compiler.build.excelAddIn CreateMicrosoftExceladd-in
compiler.build.ExcelAddInOptions Options for buildingExceladd-ins
compiler.package.installer Create an installer for files generated byMATLABCompiler
compiler.package.InstallerOptions Options for creatingMATLABCompilerpackage installers

Topics

Requirements and Highlights

Create and Integrate Add-Ins

Use Custom Functions inExcel

Create Macros Using Function Wizard

Create Macros Using VBA

Manage Data Exchange

Troubleshooting