fires after the value of a cell changes
cells | string | the id(s) of a cell(s) |
value | string|number|array | the value(s) of a cell(s) |
spreadsheet.events.on("AfterValueChange", function(cell,value){
console.log("Value of cell "+ spreadsheet.selection.getSelectedCell()+" has changed");
});