Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Pi for Excel: AI sidebar add-in for Excel (github.com/tmustier)
69 points by rahimnathwani 7 hours ago | hide | past | favorite | 19 comments
 help



I’m building it

It’s got various things to clean up but the idea is to bring the spirit of pi (an OSS coding agent that can extend itself and gives you maximal freedom) to excel.

So it has things that claude for excel will never have - like tmux, the ability to use any model provider that works with pi, and of course extensions

built in lets you play snake while your agent works; I added some personal ones for slash commands, auto-pulling fx, ..

And nice touches like user and file agents.md

still quite a lot of work I need to juggle with my new job, but I’ve been using it all week with decent results


Just tried it, very cool! Do you have experience with limits, like is there a max table size it can reason about?

generally been fine, adding some optimisations over wkd to increase. Primary thing I want to fix = right now full tool results get passed direct into context so can overflow if using python on a large sheet

https://github.com/tmustier/pi-for-excel/issues/377


I saw this today on X. It's built on top of the pi coding agent (same one used by openclaw). It uses pi-web-ui ( https://github.com/badlogic/pi-mono/tree/main/packages%2Fweb...).

What surprised me was that it works with oauth tokens from consumer AI subscriptions, and even free ones like Antigravity. Some of this is inherited from pi, but the author did some extra work to build a proxy to allow auth to work even from within the Excel sidebar.

I'm not sure how it works and what the role of the backend is. But I hope to test it side by side with 'Claude for Excel', which I also happened to install today.

(I tried both on something basic just to check they were installed correctly.)


Is pi better than opencode? We currently use opencode as our headless coding agent.

opencode is great, but I'm a big pi fan - pi has a minimal core that is hackable+extensible by design and is aware of its own docs. So your coding agent can mod your coding agent exactly as you like. https://pi.dev/

Do you plan supporting the web version of Excel?

I’m a heavy Excel user and would love to try this, but I’m on Linux, so I can use only the online version of Excel.


you can try it in the web version, download the manifest file form his website. Than go in the webversion to add in -> my add ins -> upload and upload the manifest file. Only downside is that it will disappear after a week or so.

I might do once I get local to a good spot. Should in theory be fine on web... but haven't tested/tried

Works surprisingly well, even the connection to local host to use my codex sub, would have not thoughts thats possible ;) Really cool work!

Question. Does this help actually build with excel or just analyze what data is in excel?

For example, “build a Gantt chart base on … and suggest a the best layout for the data to drive the chart.”

Gets me no where with copilot but it always just wants to answer questions about my data which isn’t helpful to me.


I just tried it, its very cool, so it can not just summarize data, but also create and format table, however it can not create charts yet. I asked to create me on and it created another table and told me what i need to do in the UI to create a chart based on it

Something, well may things, kill about Microsoft. The Office suite have a wonderful API and loading a JS app with an an interface in the apps works great.

We took an Elm app from our web app and put into Excel to control downloading reports. Works great.

Except you have to side load this and that is a pain - or you have to go through the MS App Store, which is a whole other headache.

If anyone has any advice on making it easy for customers to install Office apps please let me know.


If your customers are in the same Microsoft tenant as you (i.e., company employees), you can use Integrated Apps to deploy the add-ins to them.

1. Host the add-in static assets at some endpoint

2. Ask your IT admin to upload your add-in manifest file to Integrated Apps

https://learn.microsoft.com/en-us/microsoft-365/admin/manage...


Anyone have a link to a video of it in action?

i'll prob add over wkd hadn't bothered as still making changes

there are about a dozen startups doing variations of this right now. it's good to see an open source alternative pop up

yes felt long overdue for OSS :)

started using pi agent recently, I'm digging it



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: