I built an Excel add-in that connects to Ollama, so you can run local LLMs like Llama3 directly inside Excel. I call it XLlama.
You can use it like a regular formula: =XLlamaPrompt("Is Excel a database") or run it on an entire range.
No API calls. No cloud. No subscriptions. Everything runs locally.
It’s useful for quick tasks like extracting names, emails, or phone numbers from text, or for doing light data analysis without leaving Excel.
Would love feedback, especially from people who use Excel daily.
loading...