get acti cell of another user using the google sheet code example
Example: get data of active cell google script
let actSheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
let actData = actSheet.getActiveRange().getValue();
let actSheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
let actData = actSheet.getActiveRange().getValue();