> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/destinations/categories/spreadsheets/microsoft_excel_desktop.md).

# Microsoft Excel Desktop

The Microsoft Excel Desktop destination in Coupler.io generates a downloadable file that you can open directly in Microsoft Excel on your computer. Every time your data flow runs, Coupler.io produces a fresh file ready for download — no OneDrive, no cloud sync, no API credentials required.

This destination is designed for users who work with Excel locally rather than through Excel Online. If you need data pushed directly into a cloud-hosted workbook, use the [Microsoft Excel Online](/destinations/categories/spreadsheets/microsoft_excel.md) destination instead.

## Why use Microsoft Excel Desktop as a destination?

* **No cloud account required** — no OneDrive, no Microsoft 365 subscription, no OAuth sign-in on the destination side
* **Works with any local Excel installation** — open the downloaded file in Excel for Windows, Mac, or any spreadsheet app that reads Excel-compatible files
* **Excel-friendly by default** — built-in BOM (byte order mark) support ensures special characters display correctly when you open the file
* **Minimal configuration** — just select the destination, run the flow, and download
* **Works with any Coupler.io source** — pull data from HubSpot, Shopify, Google Ads, Airtable, or any other supported source and export it for local use

## Prerequisites

* Microsoft Excel or any spreadsheet application that can open CSV/Excel-compatible files installed on your computer

## Quick start

{% hint style="success" %}
The Microsoft Excel Desktop destination requires almost no configuration. Focus on getting your source data right — once the data flow runs, you just download the file and open it in Excel.
{% endhint %}

## How to connect

{% stepper %}
{% step %}
**Add a source to your data flow.** Log in to Coupler.io and create a new data flow. Select your data source (for example, HubSpot, Shopify, or Google Analytics) and configure it to pull the data you need.
{% endstep %}

{% step %}
**Select Microsoft Excel Desktop as the destination.** In the destination step of your data flow setup, choose **Microsoft Excel Desktop** from the list of available destinations.
{% endstep %}

{% step %}
**Run the data flow.** Click **Save and Run** to execute the data flow. Once the run completes, the file is ready for download.
{% endstep %}

{% step %}
**Download and open the file.** After the run completes, download the generated file from the Coupler.io interface. Open it in Microsoft Excel on your computer. Your data is ready to use.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Each time the data flow runs, a new file is generated. Download the latest version after each run to get the most current data.
{% endhint %}

## Supported features

| Feature              | Supported |
| -------------------- | --------- |
| Replace mode         | Yes       |
| Append mode          | No        |
| Automatic scheduling | Yes       |
| Type enforcement     | No        |
| Templates            | No        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/destinations/categories/spreadsheets/microsoft_excel_desktop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
