sets a value for the cell
row | number | the row number |
column | number | the column number |
value | string | the value that should be set for the cell |
page | string | the name of the sheet you want to perform an operation on |
$$("ssheet").setCellValue(3, 1, "=5", "Sheet2");