Earlier quoted context omitted.
Thank you for high effort response! I would never use Copilot for anything useful, but I do use OpenAI products. It doesn't matter when you use something else wholesale under the covers, if you botch the token spent...
Token expenditure isn't a concern for Copilot users. They don't see that form of cost model, just a flat monthly (or yearly) price for a user license.
ChatGPT for Excel
91–100 of 209 posts
Re: ChatGPT for Excel
#92Earlier quoted context omitted.
Claude for excel is already amazing. Fully capable of doing junior work. Formatting is great. Can refactor large multi-tab spreadsheets. It just burns tokens. If OpenAI is going to subsidize this on the monthly enterprise plans for a while then it's a game changer. Claude for Excel (I work in finance) was one of the absolutely critical reasons we added Anthropic enterprise licenses. But they've turned out to be quite…
Cheaper to get M365 Copilot licenses for the Claude models in Excel.
Does this remove (or at least increase) the upload limit?
Re: ChatGPT for Excel
#93Earlier quoted context omitted.
Chatgpt for Excel is still an office add-in running in the same sandbox though. strongpigeon described the exact bottleneck upthread, process boundary crossings, context.sync() roundtrips that take seconds on web. That's a platform limitation, not a model limitation. Swapping AI behind the add-in doesn't fix the fundamental constraint that third-party add-ins can't deeply integrate with Excel's runtime the way a nati…
There is an irony here that this would be more performant with a 2002 coding model. A native plugin, COM, OLE, whatever. C++, crash prone, but fast.
That’s without talking about the poor UI and security story of COM add-ins and the inability to run on Excel for iOS.
Re: ChatGPT for Excel
#94This looks bad for Microsoft. They added a Copilot button to all their products but it doesn't do much more than open a chat side panel. I recently tried Claude Cowork for PowerPoint and I was stunned by the content as well as design quality of the deck it produced. That's a threat for Microsoft because now you don't need the editing tools of PowerPoint, AI replaces it, so all you need is the presentation mode of Pow…
> I recently tried Claude Cowork for PowerPoint and I was stunned by the content as well as design quality of the deck it produced. That's a threat for Microsoft because now you don't need the editing tools of PowerPoint, AI replaces it, so all you need is the presentation mode of PowerPoint. Actually, someone here posted a Claude Code skill recently that generates a presentation as a self-contained HTML5 file, so al…
My employer blocks office plugins, so I can't try Claude for PowerPoint, but sometimes I get Claude to generate Python scripts, which produce PowerPoint slides via python-pptx. This also benefits from being able to easily read and generate figures from raw data.
I don't really like the way Claude tends to format slides (too much marketing speak and flowcharts), but it has good ideas often enough that it's still worth it to me. So I treat this as a starting point and replace the bad parts.
Re: ChatGPT for Excel
#95Earlier quoted context omitted.
you must never have actually done this. it doesn't work the way you think it does. unless it's self contained (like a pp), you can't expect network access to actually deliver when you need it most.
The file the Claude skill spits out is actually fully self-contained, no network access is needed.
Re: ChatGPT for Excel
#96Hi everyone, engineer on ChatGPT for Excel here - we launched ChatGPT for Excel to bring the power of GPT-5.4 to Excel. Keen to hear feedback and happy to answer any questions!
Re: ChatGPT for Excel
#97Re: ChatGPT for Excel
#98Earlier quoted context omitted.
If you're concerned, you don't send it outside of the M365 boundary and presumably your admin has Purview Sensitivity Labels in place covering the document to prevent such activity.
Doesn't that mean you can't actually use it for those sensitive documents?
Re: ChatGPT for Excel
#99Earlier quoted context omitted.
Token expenditure isn't a concern for Copilot users. They don't see that form of cost model, just a flat monthly (or yearly) price for a user license.
Exactly, and how do you think it's rigged in the setup? You're not getting top tier OpenAI service with Copilot was my point.
Re: ChatGPT for Excel
#100Earlier quoted context omitted.
Does Excel for Web still spin up an actual copy of Excel.exe on a machine somewhere? I heard that is how the initial version worked.
Never did this. WAC was the original version (integrated with SharePoint Server). Everything was server-side.