Skip to content
Spreadsheets & DatabasesReal-timeUpdated May 2026

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.

0triggers
5actions
≈ 2 minto set up
Freetier · no card
Actions

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.

ActionWhat it does
Append Row to Excel TableAdds 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 ValuesReads 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 TablesReturns the Excel Tables in a worksheet. Useful for resolving table names at workflow setup.
List Excel WorksheetsReturns all worksheets in a workbook with name and ID. Useful for resolving worksheet identifiers at workflow setup.
Update Excel RangeWrites 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.
Recipes

Pre-built Microsoft Excel workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

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.

No JSON to read

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.

FAQ

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?
Open the Tiny Command workflow builder, drop in a Microsoft Excel node, and click Connect. Authorize Microsoft Excel once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Microsoft Excel triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Microsoft Excel today. Use Tiny Command's universal Webhook or Schedule trigger to start Microsoft Excel workflows, then run any Microsoft Excel action you need.
What Microsoft Excel actions can I run from a workflow?
5 Microsoft Excel actions are available out of the box, covering spreadsheets & databases operations like "Append Row to Excel Table". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Microsoft Excel integration real-time?
Microsoft Excel actions execute synchronously inside your workflow. Tiny Command waits for Microsoft Excel's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Microsoft Excel with Tiny Command?
No. Every Microsoft Excel trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Microsoft Excel API endpoint directly.
How much does the Microsoft Excel integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Microsoft Excel integration itself has no per-app surcharge.
Related

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.