> For the complete documentation index, see [llms.txt](https://help.multiomics.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.multiomics.illumina.com/dragen-protein-quantification/after-counting-and-normalization/using-the-adat/compatibility-with-excel.md).

# Compatibility with Excel

While using the R and Python parsers is the recommended way to manipulate ADAT files, it's also possible to open and view them in Excel.

CSV version of the ADAT with final normalized counts is also provided under `adat/csv_format/` output directory.

### Opening an ADAT in Excel (Windows)

1. Open a blank excel workbook and browse for a file.
2. Confirm that "All Files (\*.\*)" are searchable.

<div align="left"><figure><img src="/files/lzrYxdTPRuSlPknyi4zw" alt="" width="375"><figcaption></figcaption></figure></div>

3. Accept default parameters from Excel.

<div align="left"><figure><img src="/files/IG4p8Pj9UaK4zonYessa" alt="" width="304"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/QDMDLUValCG7WykgmSbv" alt="" width="305"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/SrfbiCMzUYxzbQQuK2xA" alt="" width="304"><figcaption></figcaption></figure></div>

4. View ADAT in Excel!

###

### Opening an ADAT in Excel (Mac)

1. Open a blank excel workbook and select File --> Import.

![](/files/yeYg8OephLXsh2CxGaZV)

2. Select the previously downloaded .adat file.

<div align="left"><figure><img src="/files/MrVwRVaCg20MzzH7kF7m" alt="" width="375"><figcaption></figcaption></figure></div>

3. After Click on "Get Data", select "Text file" and click on "Import".

<div align="left"><figure><img src="/files/dhOqtDdFq72qi1obUefb" alt="" width="375"><figcaption></figcaption></figure></div>

4. Select Delimited (default) and click on "Next >".

<div align="left"><figure><img src="/files/4ObLBeOQfyfXBxrdbcpK" alt="" width="375"><figcaption></figcaption></figure></div>

5. Select "Tab" (default) and click on "Next >".

<div align="left"><figure><img src="/files/Z95EypY8oF8riKocxiHN" alt="" width="375"><figcaption></figcaption></figure></div>

6. Select "General" (default) and click on "Next >".

<div align="left"><figure><img src="/files/anNoVQwmaREv2ilDXBIO" alt="" width="375"><figcaption></figcaption></figure></div>

7. Select the sheet and click on "Import".

![](/files/k89DvpYzY8xwC5bWFdbf)

7. View the ADAT in Excel!


---

# 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://help.multiomics.illumina.com/dragen-protein-quantification/after-counting-and-normalization/using-the-adat/compatibility-with-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.
