> 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/faq/how-to-open-csv-file-in-microsoft-excel-desktop.md).

# How to open CSV file in Microsoft Excel desktop?

When opening CSV files in Excel, we recommend using **Data → Get Data → From Text/CSV** instead of double-clicking the file.

This ensures Excel correctly detects **delimiters, encoding, and data types**.

***

### Step-by-Step Instructions

1. Open **Microsoft Excel**.
2. Create a new blank workbook.
3. Go to the **Data** tab in the top menu.
4. Click **Get Data** → **From File** → **From Text/CSV**.
5. Select your CSV file and click **Import**.
6. In the preview window:
   * Verify the **Delimiter** (usually comma `,`  )
   * Check **File Origin / Encoding** (UTF-8 should be detected)
7. Click **Load** to insert the data into your sheet.

***

### Why use this method?

Opening a CSV via *Get Data* helps avoid common issues such as:

* Broken non-English characters (encoding problems)
* All data appearing in one column
* Incorrect date or number formats
* Leading zeros being removed
* This method works for **large CSV files** more reliably than opening them directly.

***

### Alternative Option: Opening a CSV Directly in Excel

If you open a CSV file by **double-clicking it** or using **File → Open**, Excel may not correctly recognize the file structure.

#### Common issues you may see:

* All values appear in **one single column**
* Wrong delimiter is used (comma instead of semicolon, or vice versa)
* Dates and numbers are formatted incorrectly
* Non-English characters are broken

If your data appears in **one column**, you can manually split it using Excel’s **Text to Columns** feature.

***

### How to Split Data into Columns (Text to Columns)

1. Select the column that contains all the data (A column).
2. Go to the **Data** tab.
3. Click **Text to Columns**.
4. Choose **Delimited**, then click **Next**.
5. Select the correct **Delimiter** - **Comma.**
6. Click **Next**, then **Finish**.

Excel will split the data into separate columns.


---

# 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/faq/how-to-open-csv-file-in-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.
