- Integrations
- /
- Microsoft Excel
Microsoft Excel
Microsoft Excel (Online) workbook actions
Microsoft Excel on Tiny Command targets Excel for the Web (workbooks stored in OneDrive or SharePoint, accessed via Microsoft Graph) — not the desktop Excel application, which has no programmable API for third-party automation. Five actions, no triggers (Excel doesn't emit cell-change webhooks; for change-driven workflows, use OneDrive's file-change events via the OneDrive connector and re-read the workbook): List Worksheets, List Tables in Worksheet (Excel Tables are first-class objects in the API — much easier to work with than raw ranges), Get Range Values (read cells by A1 notation like "Sheet1!A1:C10"), Update Range Values (write cells), Append Row to Table. The connection uses Microsoft Graph OAuth with Files.ReadWrite scope, plus the workbook is picked at action setup time via a file picker that scans the connected OneDrive. The Excel Tables actions are the recommended path for structured data; raw range actions work but are brittle when the user inserts or deletes rows.
Do anything Microsoft Excel can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Append Row to Excel Table | Adds a row to the end of an Excel Table (structured data construct, not raw range). Table auto-expands. For "log this event to a tracking sheet" workflows. |
| Get Excel Range Values | Reads cells by A1 notation (Sheet1!A1:C10). The base read for spreadsheet-as-data-source workflows. For structured tables, prefer Table-based actions which are more stable across row inserts. |
| List Excel Tables | Returns the Excel Tables in a worksheet. Useful for resolving table names at workflow setup. |
| List Excel Worksheets | Returns all worksheets in a workbook with name and ID. Useful for resolving worksheet identifiers at workflow setup. |
| Update Excel Range | Writes values to a specific range (A1 notation). For formulas, prefix with =. Excel auto-saves to OneDrive on change. For raw-cell writes; for structured data, prefer Append Row to Table. |
Pre-built Microsoft Excel workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
AI-triage every Microsoft Excel event, ping the right channel only when it matters.
Every event matching a filter, appended to a running spreadsheet.
Turn Microsoft Excel into a Notion-backed source of truth, auto-tagged.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Microsoft Excel once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Microsoft Excel field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the Microsoft Excel integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Microsoft Excel to Tiny Command?
What Microsoft Excel triggers does Tiny Command support?
What Microsoft Excel actions can I run from a workflow?
Is the Microsoft Excel integration real-time?
Do I need to write code to use Microsoft Excel with Tiny Command?
How much does the Microsoft Excel integration cost?
More spreadsheets & databases apps people connect.
Same category as Microsoft Excel, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Microsoft Excel.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.