---
title: "Value ViewHelper <c:cell.value>"
manual: "SAV Charts"
version: "14.7"
source: "Reference/FluidParserViewHelpers/Cell/ValueViewHelper/Index.rst"
rendered: "2026-09-17T13:01:15+00:00"
---

# Value ViewHelper \<c:cell.value> {#value-viewhelper-c-cell-value}

ViewHelper that returns the value of a cell.

Go to the source code of this ViewHelper:
[ValueViewHelper.php](https://github.com/YolfTypo3/SavCharts/blob/main/Classes/ViewHelpers/Cell/ValueViewHelper.php) (GitHub).

## Arguments {#arguments}

The following arguments are available for the value ViewHelper:

-   **address**

    -   *Required:* true
    -   *Type:* string

    Address of the cell

## Examples {#examples}

### Inline {#inline}

```xml
<c:spreadsheet fileName="EXT:sav_charts/Resources/Private/Templates/ChartsExamples/Spreadsheet.xlsx">
    <c:worksheet name="Example2">
        <c:marker id="title">{c:cell.value(address:'A2')}</c:marker>
    </c:worksheet>
</c:spreadsheet>
```
