excel-live-control

Inspect, edit, and verify open Microsoft Excel workbooks through the ChatGPT add-in connected session.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/AarnavBaddam/skills --skill excel-live-control-aarnavbaddam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-live-control
Source: https://github.com/AarnavBaddam/skills/tree/main/excel-live-control
Command: npx skills add https://github.com/AarnavBaddam/skills --skill excel-live-control-aarnavbaddam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Editing a workbook that is already open in Microsoft Excel normally requires manual clicking or switching to a separate file-authoring workflow. This Skill connects to the live Excel desktop session through the ChatGPT add-in for Excel, so you can read, write, format, chart, and verify the exact workbook on your screen without exporting or re-uploading files. ## Core Features & Use Cases - Guided live-session setup: Walks through an ordered checklist (Excel open, target workbook identified, ChatGPT add-in installed and signed in, connected-document tools available, workbook registered) with exact user-facing guidance when any gate fails. - Live workbook operations: Reads ranges, searches workbooks, writes and clears ranges, formats cells, and creates charts, tables, and PivotTables through the connected session's advertised tools, with an Office.js fallback for batch or API-only operations. - Verification and quality control: Inspects formulas and values after writes, renders ranges as images to catch clipped labels or blank charts, and applies domain guidance for finance, FP&A, healthcare, marketing, and scientific workbooks. - Use Case: You have a financial model open in Excel and ask to add a variance column and a trend chart. The Skill verifies the live session, writes formula-driven columns matching existing formatting, creates the chart, and visually confirms the result in the open workbook. ## Quick Start Tag the Microsoft Excel app and ask to update the open workbook, for example: add a totals row and a bar chart to the active sheet in my open Excel workbook.

Frequently Asked Questions about excel-live-control

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit an open Excel workbook with ChatGPT?

Open the workbook in Microsoft Excel, install the ChatGPT add-in from Home > Add-ins or the Microsoft Marketplace, sign in, and keep the pane visible. Then tag the Excel app and describe the edit; the connected session reads and writes the live workbook directly.

What is the ChatGPT add-in for Excel used for?

The ChatGPT add-in for Excel connects an open workbook to a live control session so edits, formatting, charts, and analysis happen directly in Excel Desktop. It is published by OpenAI, LLC and requires sign-in with a ChatGPT account.

Can this control Google Sheets or standalone spreadsheet files?

No. Live Excel control only targets the Microsoft Excel desktop application with an open, connected workbook. Google Sheets, cloud connectors, and standalone file creation are out of scope and handled by separate spreadsheet workflows.

Why is my Excel workbook not showing up as a connected session?

Registration requires the target workbook active, the ChatGPT pane open and signed in, and connected-document tools loaded in the current thread. Keep the workbook active, reopen the pane, and retry; if tools are missing, start a new thread after confirming the Spreadsheets plugin is installed.

When does it use Office.js instead of direct workbook tools?

Office.js via run_officejs is used only for compact scans, coherent batch operations, or APIs the direct tools cannot express. Ordinary writes, charts, tables, and pivots default to the session's advertised direct tools, and scripts are staged because run_officejs is non-transactional.