Requirements
Before installing Cellm, you’ll need Windows 10 or higher, Excel 2010 or higher, and the .NET 9.0 Runtime on your computer.Install Excel
Install Excel
- Open “Microsoft Store” on your computer and search for “Microsoft 365”
- Click “Install” and follow the install procedure. Requires a Microsoft 365 subscription.
Install .NET 9.0 Runtime
Install .NET 9.0 Runtime
- Go to https://dotnet.microsoft.com/en-us/download/dotnet/9.0.
- In the ”.NET Runtime” table, find the “Windows” row and “Installers” column and click on
x64to download the installer. - Run the installer.
Install
To install Cellm:1
Download the installer
Go to the Github Release page and download the latest
Cellm-AddIn-Release-x64.msi2
Run the installer
Run the installer and follow the prompts.
Install Ollama to use local models (optional)
Install Ollama to use local models (optional)
If you want to use the more powerful hosted models right away, you can skip this step. The Hosted Models section shows you how.
- Download and install Ollama. Ollama will start after the install and automatically run whenever you start up your computer.
- Open the Windows Terminal, type
ollama pull gemma3:4b-it-qatand hit Enter. - Open Excel and type
=PROMPT("What model are you and who made you?"). The model will respond that is is Gemma 3 and made by Google.
Enable MCP (optional)
Enable MCP (optional)
MCP lets AI models use external tools like web browsers, file systems, CRM systems, and databases. To use MCP servers and tools, you may need to install:Node.js (to run Node.js-based MCP servers):
- Go to nodejs.org
- Download the LTS version installer for Windows
- Run the installer and follow the prompts
- Verify installation by opening Windows Terminal and typing
node --version
- Open Windows Terminal
- Run:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" - Verify installation by typing
uv --version
- After installing Node.js, open Windows Terminal
- Run:
npx playwright install --with-deps
Node.js and uv are runtimes that let you run MCP servers on your computer. Playwright is a specific built-in tool for browser automation. HTTP-based MCP servers run remotely and don’t require any installations.
Upgrade
When a new version of Cellm is released, simply repeat the installation steps above with the latest installer.Uninstall
If you ever need to remove Cellm from your computer:1
Open Add or Remove programs
Search for “Add or remove programs” in the Windows start menu and open it.
2
Uninstall Cellm
Select “Cellm” from the list and click “Uninstall”.
You’re all set!
Cellm is now installed and ready to use. Open Excel and look for the new Cellm tab in the ribbon menu. From there, you can start using AI in your spreadsheets.Next steps
Prompting
Learn how to use Cellm to automate repetitive tasks in Excel.
Function Calling
Learn how to use Excel as a low-code task orchestrator by enabling Cellm to access external tools and data.
Local Models
Learn how to run models on your own computer. No data ever leaves your machine. And it’s free.
Hosted Models
Learn how to bring your own API key (BOYK) and use models from Anthropic, OpenAI, and others.