You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](https://ollama.com/).
* Ask a question to the LLM and get a response back in the same cell.
10
+
* INTERPRET([prompt],[data,...])
11
+
* Feed data in the form of excel cells with the help of a prompt.
12
+
# Supported Platforms
13
+
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.
0 commit comments