SpreadJS Documentation > Sample Code > Sample Code for Formulas > Allowing Users to Enter Formulas |
You can allow users to enter formulas in cells.
This example allows users to enter formulas.
JavaScript |
Copy Code
|
---|---|
window.onload = function () { activeSheet.setValue(0, 0, 1000); |