> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/excel-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/excel-plus/components/cell/cell-content.md).

# Cell Content

Gets or Sets the contents of a Cell

## Description

Gets or Sets the contents of a Cell

{% tabs %}
{% tab title="Preview" %}
![](https://2501927618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fe08Uu2w6ybaOmfvcxkKf%2Fuploads%2Fnfh82yVxad3fKlmOq8rj%2FCell_Contents.png?alt=media\&token=59299382-8894-4bea-a44b-54072ca3159a)
{% endtab %}

{% tab title="Location" %}
**Name** | Cell Content

**Nickname** | Cell

**Tab** | ExcelPlus

**Panel** | Cell

**Division** | 1
{% endtab %}

{% tab title="Inputs" %}
**Cel** | **Cell** (*cell*) | A Cell or Address (ex. A1)

**L** | **Cell Location** (*object*) |Optional  Location of the cell as:&#x20;

(String address ex. 'A1', Domain interval ex. 1 to 1, Point3d ex. {1,1,0})

**V** | **Value** (*string*) | Optional Cell Value

**F** | **Name** (*type*) | Optional MS Office Number Format:&#x20;

ex. ("General", "hh: mm:ss", "$#,##0.0" )

<https://support.microsoft.com/en-us/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68>
{% endtab %}

{% tab title="Outputs" %}
**Cel** | **Cell** (cell) | An Excel Cell Object

**L** | **Location** (point) | Cell Location

**V** | **Value** (string) | Cell Value

**F** | **Format** (string) | Cell Format
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage
