> For the complete documentation index, see [llms.txt](https://docs.epicollect.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.epicollect.net/common-use-cases/excel-and-utf-8.md).

# Excel and UTF-8

For a solution, you can import the Epicollect5 CSV files as a UTF-8 origin.

Here’s how you can do it:

{% hint style="info" %}
The following example was done using a Mac. If you are on Windows or Linux, the procedure might differ.
{% endhint %}

Open up Excel and import your `csv` file:

![](/files/qlUOLWZ2SASQgI8WnRkL)

![](/files/Nqc0y4iokEYDIbMHPAlR)

Pick a `csv` file with data in a UTF-8 language rather than English. Select "Delimited" and set the file origin to Unicode(UTF-8)

![](/files/PDFTh2Rj8hG6RYSXfLiv)

Select "comma" and leave all other options unchecked:

![](/files/TW3Rdoc5OKaGWf8vi0be)

Select "General" then click on "Finish" to import your data.

![](/files/eWowRKoHc2LDZXyWrOMR)

Select which sheet and you are done.

![](/files/cPpXuP3Rbk76QCPCd8hn)


---

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

```
GET https://docs.epicollect.net/common-use-cases/excel-and-utf-8.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.
