iterates over all selected cells in the table
$$("ssheet").eachSelectedCell( function (cell){ console.log($$("ssheet").getCellValue(cell.row,cell.column) ) } );