Skip to content

Releases: getcellm/cellm

v0.1.1

06 Feb 08:32
30a288c
Compare
Choose a tag to compare

This is a minor release that mainly fixes a bug where changing API keys either via UI or appsettings.Local.json would not get picked until Excel was restarted.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

30 Jan 22:18
e7856b5
Compare
Choose a tag to compare

Release v0.1.0

Cellm is an Excel extension that lets you use Large Language Models (LLMs) like ChatGPT in cell formulas. It is designed for automation of repetitive text-based tasks and comes with

  • Local and hosted models: Defaults to free local inference (Gemma 2 2B via Ollama) while supporting commercial APIs
  • Formula-driven workflow: =PROMPT() and =PROMPTWITH() functions for drag-and-fill operations across cell ranges.

Install

  1. Download Cellm-AddIn64-packed.xll and appsettings.json. Put them in the same folder.

  2. Double-click on Cellm-AddIn64-packed.xll. Excel will open and install Cellm.

  3. Download and install Ollama. Cellm uses Ollama and the Gemma 2 2B model by default. Gemma 2 2B will be downloaded automatically the first time you call =PROMPT(). To call other models, see the Models section in the README.

Uninstall

  1. In Excel, go to File > Options > Add-Ins.
  2. In the Manage drop-down menu, select Excel Add-ins and click Go....
  3. Uncheck Cellm-AddIn64-packed.xll and click OK.

Known Limitations

  1. Windows-only: No macOS/Linux support planned for initial versions
  2. Input constraints:
    • Formula arguments limited to 8,192 characters (Excel string limit)
    • No native support for multi-turn conversations
  3. Model variability: Output quality depends on selected LLM (validate critically)

Contribution & Feedback

Report issues or suggest improvements via GitHub Issues.

Install

Download Cellm-AddIn64-packed.xll and appsettings.json and put it in the same folder. Then double-click on Cellm-AddIn64-packed.xll. Excel will open with Cellm installed.


License: Fair Core License
Full Documentation: README

What's Changed

Full Changelog: https://github.com/getcellm/cellm/commits/v0.1.0