sheets.rows.cells.formulaString

The cell formula without the leading equals sign, for example, A1 * 10.

Example

<div id="spreadsheet"></div>
<script>
$("#spreadsheet").kendoSpreadsheet({
    sheets: [{
        name: "MySheet",
        rows: [{
            cells: [{
                value: 10
            }, {
                formula: "A1 * 2"
            }]
        }]
    }]
});
</script>
In this article
sheets.rows.cells.formula
Not finding the help you need?
Contact Support