This Excel addin adds two new Excel functions: ASK() and INTERPRET(). The purpose of these functions is to integrate generative AI into Excel locally via Ollama.
example.mp4
See Instructions.txt
- ASK([prompt])
- Ask a question to the LLM and get a response back in the same cell.
- INTERPRET([prompt],[data,...])
- Feed data in the form of excel cells with the help of a prompt.
This software only supports Windows 7+ due to the use of .NET framework and heavy Windows related dependencies. If you want to port the software onto a different platform, feel free to fork this project.