sheets.nameString

The name of the sheet.

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    sheets: [
      { name: "Employees" },
      { name: "Sales Data" }
    ]
  });
</script>
In this article
sheets.name
Not finding the help you need?
Contact Support