Get up and running with Cellm in minutes
Cellm-AddIn64-packed.xll
and appsettings.json
. Put them in the same folder.
Cellm-AddIn64-packed.xll
and click on “Enable this add-in for this session only” when Excel opens.
=PROMPT()
.
=PROMPT("What model are you and who made you?")
. The default model will tell you that is called “Gemma” and made by Google DeepMind.
=PROMPT(A1, "Extract all person names mentioned in the text")
.
=PROMPT(A1, "Which pdf files do I have in my downloads folder?")
. Gemma 2 2B does not support tool calling, so for this task you must use another model, e.g. OpenAI’s gpt-4o-mini
.
Cellm Ribbon