# Supported file formats & storage

Coupler.io supports various file formats and file storage. It depends on the used data source and data destination.

#### **Sources:**

<table><thead><tr><th width="210.67578125">Source name</th><th>Supported file formats</th><th>Supported file storage</th></tr></thead><tbody><tr><td>Google Sheets<br>Google Drive</td><td><em>Google Spreadsheets, CSV, XLSX, XLSM</em></td><td><em>Google Drive</em></td></tr><tr><td>Microsoft Excel<br>OneDrive</td><td><em>CSV, XLSX, XLSM</em></td><td><em>OneDrive</em><br><em>OneDrive for Business (SharePoint in Microsoft 365)</em></td></tr><tr><td>Dropbox</td><td><em>CSV, XLSX, XLSM</em><br></td><td><em>Dropbox</em></td></tr></tbody></table>

#### Destinations:

| Destination name           | Supported file formats | Supported file storage                                                                   |
| -------------------------- | ---------------------- | ---------------------------------------------------------------------------------------- |
| Google Sheets              | *Google Spreadsheets*  | *Google Drive*                                                                           |
| <p>Microsoft Excel<br></p> | *XLSX*                 | <p><em>OneDrive</em><br><em>OneDrive for Business (SharePoint in Microsoft 365)</em></p> |

{% hint style="warning" %}
Coupler.io does not support local storage
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.coupler.io/getting-started/supported-file-formats-and-storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
