STEP 07, EXECUTE IN THE FILE · UPDATED JUNE 2026

Claude in Office: Excel, PowerPoint & PDF as agents.

The other guides build files from a chat. This one is different: Claude now works inside Excel and PowerPoint, editing real cells and slides in the document you already have open. Here's what changed, how to use it, and which tool to reach for when.

~30 min read 7 sections Cited, not guessed
Section 1, What Actually Changed

From "AI that makes a file" to "AI that works in your file"

The distinction is the whole story.

Everywhere else in this guide, Claude generates a deliverable: you ask for a Word doc, a dashboard, a deck, and Claude builds one from scratch and hands it back. Useful, but it starts from blank.

The Office add-ins do something the file-generation skills can't: they operate inside a workbook or deck you already have. Claude reads real formulas (not flattened text), traces dependencies across 40 tabs, edits cells directly, and shows you every change. It treats a slide deck as a sequence with a story, not a pile of text boxes. The reason AI was bad at Excel for years wasn't intelligence, it was context. Operating inside the application is the fix.

Why it matters When AI moves from assisting to executing inside the system of record, the busywork layer, formatting, cleanup, first-draft models, deck assembly, stops being scarce work. The marginal value of doing it by hand collapses. You still review. You still decide. But you start from a working draft, not a blank sheet.
Section 2, Setup (5 Minutes)

Get Claude running inside Office

Claude lives in Microsoft Excel and PowerPoint through Anthropic's official add-ins, a sidebar, not a separate chat window.

Requires a Claude Pro subscription ($20/month), the same plan that unlocks Cowork. Confirm the live install steps in Anthropic's docs, since menus shift.

Section 3, The Excel Agent

Ten minutes of work in one prompt

Four jobs the Excel agent does well. Click a cell, then ask.

1 · Understand someone else's sheet

"Explain this formula in plain English." "Trace this cell to its source inputs." "Why is this #REF?" "Find every broken formula in the workbook." Claude follows the logic across the whole file, not just the cell you clicked.

2 · Clean messy data

"Convert all dates to YYYY-MM-DD." "Remove duplicates, keep most recent." "Strip Inc/LLC/Ltd from company names." "Split address into street/city/state/zip." It edits in place and highlights every touched cell so you can audit it.

3 · Analyze without formulas

"What changed this year vs last?" "Which customers drive growth?" "Where are we missing budget?" "Categorize these transactions." You get the insight first; ask for the formulas or pivot only if you want them.

4 · Build models

Forecasts, SaaS metrics, scenario and sensitivity tables, IRR/exit models, from scratch, inside the sheet. Not flawless, but it kills the blank-sheet phase. Treat the output as a first draft to pressure-test.

Cited Ethan Mollick, testing the Excel agent: it built a workbook "including 406 formulas, from one prompt (& it's solid)." Strong first drafts, fast, not a substitute for checking the math on anything that matters.
Section 4, The PowerPoint Agent

Build the deck the way a consultant would

Most AI deck tools treat slides as a text problem: generate bullets, export, clean up by hand. The Office agent reasons about why the deck exists and what story the data tells, then builds real slides in your template. The trick is to make it think before it designs. Run these five prompts in order.

1 · Blueprint, not slides

Review this data and act as a professional presentation consultant. Create a presentation blueprint: objective, target audience, key message, and recommended number of slides.

2 · Lock the narrative

Create a slide-by-slide structure with titles and the purpose of each slide.

3 · Generate in-place

Generate presentation-ready content for each slide and add the slides directly in this deck, using the existing template, layouts, and styles.

4 · Add the story layer

Rewrite this presentation to follow a clear narrative: context → key insights → why they matter → recommended actions.

5 · Executive polish

Reduce text, sharpen headlines, and make each slide scannable in five seconds.
Why it works Steps 1-2 force clarity before content, which is where most decks die. The deck stops being isolated pages and becomes a sequence. The five-second-scan pass is the hour of cutting and tightening that normally happens the night before a board meeting, done in minutes.
The breakthrough, spreadsheet → deck Claude can read an Excel or CSV, infer the story, and turn it into a structured deck, no exports, no screenshots. See the full play in Claude in Action, Workflow 7: Spreadsheet → Board Deck.
Section 5, The PDF Agent

Kill the document busywork

PDFs are the end state of work, invoices, receipts, reports, statements, and generating them used to mean templates, converters, or manual formatting. Now you describe the document and Claude builds the layout, tables, totals, and structure, then returns a finished PDF.

Generate

"One-page invoice PDF with line items and totals." "Turn this summary into a formatted report PDF." "Receipt with tax and a final total."

Extract

"Pull this PDF table into Excel." The round-trip, data out of a PDF, into a model, back into a clean document, is the part that used to need three tools.

Section 6, Which Tool, When

Four overlapping tools. One decision.

This is the part nobody maps. Claude can touch a spreadsheet or a deck four different ways, and reaching for the wrong one wastes time. Use this:

You want to…UseWhy this one
Edit a live workbook/model that already existsClaude in Excel (add-in)Only this edits real cells and traces dependencies in your open file.
Generate a fresh, formatted workbook from data or a briefCowork xlsx skillBuilds a new .xlsx from scratch with formulas and styling; no Office add-in needed.
Edit/restyle an existing deck slide-by-slideClaude in PowerPoint (add-in)Works inside your template; keeps layouts and master styles intact.
Build a new deck from data with a narrativeCowork pptx skill or the exec-deck skillGenerates a full .pptx from a spreadsheet; the skill bakes in the blueprint→polish method.
A shareable, interactive view of a datasetCSV → HTML dashboard (Workflow 5)One self-contained HTML file with filters and charts, opens in any browser.
A designed, on-brand deck or pageClaude Design (Step 06)Image-led visual polish and working code, when look-and-feel is the point.
A finished invoice/report/receipt to sendPDF agent or the invoice-pdf skillLayout, totals, and structure handled; returns a shareable PDF.
Rule of thumb Editing something that exists → the Office add-in. Generating something new → a Cowork skill. Sharing a view → a dashboard. Making it look designed → Claude Design.
Section 7, Limits, and the Level-Up

Know the edges. Then make it repeatable.

What Claude in Office can't do No VBA or macros. No Power Query / Power Pivot. No direct external database connections. And no blind trust for audit-critical or regulated work, you still review the numbers. The baseline moved a lot; it didn't remove your judgment.

If you run the same Office workflow more than twice, stop re-prompting it. Wrap the method in a skill so one sentence triggers it and your preferences stay baked in. Three to build first:

exec-deck

Encodes the five-step blueprint→polish method on top of the pptx skill. "Build an exec deck from this data" → board-ready first draft.

financial-model

Forecast / SaaS metrics / scenario / sensitivity / IRR on top of xlsx, with every assumption labeled and cited, and a review checklist.

invoice-pdf

Structured invoices, receipts, and report PDFs on top of the pdf skill, consistent layout and totals every time.

Level up: build the skill Tell Claude: "Build me a skill called 'exec-deck' that turns a spreadsheet into a board-ready deck. Use the blueprint → narrative → in-place generate → story → executive-polish method. Bake in my brand, my slide structure, and a five-second-scan check. Ask me the objective and audience before building." Once it exists, "run exec-deck on Q2 numbers" produces the first draft. New to skills? See Claude Advanced, Section 1.