top | item 47082854

Pi for Excel: AI sidebar add-in for Excel

108 points| rahimnathwani | 10 days ago |github.com

29 comments

order

rahimnathwani|10 days ago

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.)

lm28469|9 days ago

> and even free ones like Antigravity

48 hours later on hn: "Google just banned my 27 years old account for absolutely NO REASON and the customer service is useless!!!"

instalabsai|9 days ago

Is pi better than opencode?

psandor|10 days ago

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.

jcmp|9 days ago

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.

emeril|9 days ago

why not use a vm/wine for a native experience (though, tbf, native excel is kind of hot garbage these days compared to older versions...)

tmustier|9 days ago

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

lewisjoe|9 days ago

Quick doubt: did you modify Pi to make it browser compatible?

1. If yes, does it understand skills?

2. If it does have skills support, how are skills fed into it in a browser environment (without the filesystem, folders and stuff)

jcmp|9 days ago

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

jweir|10 days ago

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.

conductr|9 days ago

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.

jcmp|9 days ago

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

skeptrune|10 days ago

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

tmustier|9 days ago

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

airstrike|10 days ago

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

tmustier|9 days ago

yes felt long overdue for OSS :)

sbt567|9 days ago

Neat! Anything like this but for MS Word?

tmustier|9 days ago

maybe one day

track changes is the big one to get right

zombot|9 days ago

Clippy's revenge is nigh!

jurschreuder|8 days ago

Can it remove automatic date formatting?

moonlion_eth|9 days ago

started using pi agent recently, I'm digging it