> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/data-studio/data-hubs/toolbox/import-and-export/files/export-to-microsoft-excel.md).

# Export to Microsoft Excel

**Category:** Files

**Version:** 1.0

**Last updated:** July 7, 2026

**Author:** Any2Info

***

### Description

The **Export To Microsoft Excel** node allows you to write the output of your data flow to a Microsoft Excel file.\
The node takes the incoming data and generates an Excel file that is stored in a selected location.

Steps:

1. Select a **File source** (e.g. OneDrive or Any2Info platform storage)
2. Choose the destination **Folder**
3. Define the **File name**
4. The node generates an Excel file based on the input data
5. The file is stored in the selected location

***

### Configuration Options

| Setting     | Required | Description                                                                                               |
| ----------- | -------- | --------------------------------------------------------------------------------------------------------- |
| File source | Yes      | Select the connection where the Excel file will be stored (e.g. Microsoft OneDrive or Any2Info platform). |
| Folder      | Yes      | Opens a folder picker to select the destination folder.                                                   |
| File name   | Yes      | Defines the name of the generated Excel file.                                                             |

***

### Input

* The node uses the **incoming dataset** from the previous node
* Each column becomes a column in Excel
* Each row becomes a row in the Excel file

***

### Output

* An Excel file is created in the selected location
* The file contains:
  * All columns from the input dataset
  * All rows from the input dataset
* The data flow continues without modifying the dataset
* The entire dataset is written to a single Excel file
* Column names are used as headers in the Excel sheet
* Data types are converted to a compatible Excel format where needed

***

### Tips & Best Practices

* Use clear and descriptive file names
* Be mindful of large datasets, as they may impact performance

***

### Notes

* The connection must have permission to write to the selected location
* Existing files may be overwritten depending on the file source behavior
* Large Excel files may take longer to generate

***

### Changelog

| Version | Date         | Change                               |
| ------- | ------------ | ------------------------------------ |
| 1.0     | July 7, 2026 | Initial documentation version added. |


---

# 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://academy.any2info.com/any2info-academy/no-code-platform/data-studio/data-hubs/toolbox/import-and-export/files/export-to-microsoft-excel.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.
