sheets.rows.cells.valueNumber|String|Boolean|Date

The cell value.

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    sheets: [
      {
        rows: [
          {
            cells: [{ value: "Name" },{ value: "age" }]
          },
          {
            cells: [{ value: "Peter" },{ value: 34 }]
          }
        ]
      }
    ]
  });
</script>
In this article
sheets.rows.cells.value
Not finding the help you need?
Contact Support