> For the complete documentation index, see [llms.txt](https://docs.visualyze.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visualyze.ai/rpa-studio/microsoft-office/excel/range/fill-data-range.md).

# Fill Data Range

Fills the given input in all the cells in the specified cell range in an excel sheet.

{% hint style="info" %}
This activity can only be used after the [Open Excel File activity.](/rpa-studio/microsoft-office/excel/open-excel-file.md)
{% endhint %}

### Input

* **Input** : [`ExcelHandle Argument`](/getting-started/rpa-studio/variables.md#excelhandle)![](/files/-MVREnwPf_D3-qJvjjYd)\
  A variable name that references the opened excel filehandle.
* **Sheet Name** : [`String Argument`](/getting-started/rpa-studio/arguments.md#string)![](/files/-MVREnwPf_D3-qJvjjYd)\
  The name of the sheet in which the data is to be filled.
* **Range** : [`String Argument`](/getting-started/rpa-studio/arguments.md#string)![](/files/-MVREnwPf_D3-qJvjjYd)\
  The range of the sheet in which the data is to be filled.

{% hint style="info" %}
If the range is specified as `A1:E10` then the activity will select all cells of the first five columns from rows 1 to 10.&#x20;
{% endhint %}

* **Fill Data** : [`Object Argument`](/getting-started/rpa-studio/arguments.md#object)![](/files/-MVREnwPf_D3-qJvjjYd)\
  Specifies the data that are to be filled in the cells of the specified range.

{% hint style="info" %}
The Fill Data property can have inputs of type Double, String, Int, or DateTime.
{% endhint %}
