PAD is (almost) free: what the Windows license gets you
What Power Automate Desktop can do without an additional license, and where the Windows license reaches its limits.
Excel automation with Power Automate Desktop: actions for reading, writing, sorting, and filtering locally without a cloud connector.
Many Excel tasks in companies are still done manually today: copying figures from a raw data file, sorting, filtering, pasting into a template, saving, and passing it on to the next person. Power Automate Desktop (PAD) offers a dedicated group of Excel actions for exactly this kind of work, communicating directly with a locally installed Excel application, entirely without a cloud connector and without the file having to be uploaded anywhere first.
It's important to understand the difference from the familiar Excel Online integration in cloud flows before you get started. The desktop actions control a real Excel instance on your Windows machine via COM, just as a macro would. This means add-ins, macros, and complex formatting remain usable, but you're also bound by the limits and quirks of a local Excel instance. According to the official Excel actions reference, this group covers the full range from opening, reading, writing, and formatting through to saving and closing.
Every Excel flow in PAD starts with one of two actions that create what's known as an Excel instance, the variable that all subsequent steps work with.
Both actions create an ExcelInstance variable that you reference in every further Excel action. Without this step, none of the following actions will work.
The action Read from Excel worksheet is usually the second step in a flow. Using the "Retrieve" option, you choose whether you want to get the value of a single cell, a cell range, the current selection, or all available values on the worksheet. The "First line of the range contains column names" option lets header rows be used directly as column names in the resulting data table, so later actions can address the data by column name instead of by letter.
One detail that often causes confusion: if the "Retrieve cell contents as text" option is enabled, PAD returns exactly what Excel displays, including the hash symbols (###) when a column is too narrow. According to the known limitations in the documentation, the action Resize columns/rows helps here before reading, or you can skip the text option entirely and read the raw cell values instead.
For the counterpart, there's Write to Excel worksheet. This action writes a value, a list, or an entire data table either to a specifically specified cell (column and row) or to the currently active cell. If the variable being written contains a table, PAD automatically fills in the corresponding cells to the right and below, even if data is already present there.
Around the actual read and write operations, PAD offers a whole range of management actions that let you build a flow robust enough for production use:
A typical use case for Excel automation with PAD looks like this: a flow starts Excel with a raw data export file, reads in all available values including the header row, filters the data table by a specific column, for example a status or a time period, sorts the result, and then writes it into a prepared report sheet. Finally, the flow automatically saves and closes the file. What used to be ten or fifteen minutes of manual clicking now runs in seconds and can additionally be triggered on a schedule, so that the report is up to date in the agreed folder every morning before anyone even asks for it.
Important for practice: because PAD works with a real desktop Excel instance here, you generally need a machine with a licensed installation of Excel for these flows, whether that's your own workstation or a dedicated automation environment. Anyone wanting to run several such flows productively and reliably should also pay attention to error handling from the start, for example using the "On error" options of individual actions, so that a blocked Excel process doesn't bring the whole flow to a halt. For a structured introduction to the topic, the official Excel automation in Power Automate for desktop learning module a step-by-step introduction along with a practice exercise. With Power Automate consulting from NordFlux, we help set up such flows to be robust from the start, so that a digital worker can take over the Excel routine while you retain full control over the outcome.
Not every Excel file can be automated with PAD without further ado. The documentation mentions one recurring source of errors above all: files located in a folder synchronized via OneDrive or SharePoint often cause the Launch Excel action to fail with a "File not found" error, because COM automation isn't fully compatible with the synchronization of these services. As a workaround, Microsoft recommends either working with a local copy of the file and writing it back at the end, or instead opening the file via the "Run application" action and then attaching to it via Attach to running Excel into the flow. Anyone planning production Excel flows should factor in this case from the start, rather than discovering it only after the first failed run.
No. The Excel actions in Power Automate Desktop work with a locally installed Excel application via COM and are part of the desktop flow actions, not the cloud connector world. All that's required is a working, licensed Excel installation on the machine where the flow runs.
That's what the Attach to running Excel action is for. It connects the flow to an already running Excel instance via file name or path, instead of opening a new one, and likewise creates an ExcelInstance variable for the following steps.
This happens when the "Retrieve cell contents as text" option is enabled in the "Read from Excel worksheet" action and a column is displayed too narrow in Excel. PAD then reads exactly what would be visible on screen. The action Resize columns/rows before the read operation helps here, or you can skip the text option and work with the raw cell values.
Not reliably directly from the synchronized folder, because according to Microsoft, COM automation and the synchronization mechanisms of OneDrive and SharePoint are not fully compatible. The usual workaround is therefore to use a local copy of the file, which is written back after processing.
Yes, via the Run Excel macro action, provided the "Load add-ins and macros" option was enabled when the Excel instance was started. The macro name is entered as text, and optional arguments are separated by semicolons.
Founder of NordFlux. Spent four years automating processes at enterprise scale at Dräger, and now brings that depth to the mid-market — pragmatic and with full data sovereignty.
Certifications
What Power Automate Desktop can do without an additional license, and where the Windows license reaches its limits.
Power Automate Desktop connects portals without an API via the browser: actions, the Recorder, and the limits of web automation.
Cloud flow or desktop flow? Here is how to decide in Power Automate when a legacy ERP without an API is involved.
Starting an instance, reading cells, sorting sheets: doing it yourself works fine for a first report. Once several Excel flows start depending on each other or file formats change, the limits described in this article show up fast. NordFlux builds and operates more complex PAD and Power Automate solutions that keep running reliably even as your data volume grows.