> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/utilities/data-parametrization/through-excel-sheet.md).

# Through Excel Sheet

User need to add three mandatory steps to the Test Step Group for performing Data Parameterization

1. Navigate to **Test Case** window, select Test Case where data needs to be parametrized
2. Click **+** icon and add new step

<figure><img src="/files/EeCaMbGVmJAy5cwLDqid" alt=""><figcaption></figcaption></figure>

3. Select **@Generic** as element and **Get Param** as action and enter **Excel path** in Input Value&#x20;

Syntax for Excel file: `<Excel file path>;<Sheet Name>`

<figure><img src="/files/4VeLiad8B24c1ZTW5GzT" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note:** Excel sheet must be in unrestricted folder
{% endhint %}

4. Add new step, select **@Generic** as element and **Start Loop** as action

<figure><img src="/files/RzXsESVrdz0XHv62ox7H" alt=""><figcaption></figcaption></figure>

5. Add variables in pipe operator in Input Value column to fetch the value from excel sheet

{% hint style="warning" %}
**Note:** Variable name should match with Excel sheet Variables
{% endhint %}

<figure><img src="/files/aL5zR8Eqm7fr8c3GFgBz" alt=""><figcaption></figcaption></figure>

6. Add new step where the iteration process should be halted, select **@Generic** as element and **End Loop** as action

{% hint style="warning" %}
**Note:** If End Loop is not added then user will get Dangling error while execution
{% endhint %}

<figure><img src="/files/zoETBIRfklZRcTDTWnZ1" alt=""><figcaption></figcaption></figure>


---

# 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.avoautomation.com/avo-assure/utilities/data-parametrization/through-excel-sheet.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.
