fires when a cell is changed
$$("ssheet").attachEvent("onCellChange", function(row, column, value){ // some code here });