matlab-access-from-excel

Installation
SKILL.md

Spreadsheet Link

Spreadsheet Link connects Excel to MATLAB, enabling users to exchange data between Excel and MATLAB, run MATLAB commands, using MATLAB as the compute engine from Excel.

When to Use

  • User wants to export Excel data into MATLAB workspace variables
  • User wants to import MATLAB variables back into Excel cells or VBA variables
  • User wants to execute MATLAB commands from an Excel VBA macro or worksheet cell
  • User wants to import MATLAB figures into Excel as images
  • User is building a workflow that uses Excel as the data interface and MATLAB as the compute engine

When NOT to Use

  • MATLAB-only workflows with no Excel involvement
  • Python or .NET integration with MATLAB (use MATLAB Engine API instead)
  • Deploying MATLAB as a web service (use MATLAB Production Server instead)

Architecture

Installs
14
GitHub Stars
920
First Seen
Aug 2, 2026
matlab-access-from-excel — matlab/matlab-agentic-toolkit