79507331

Date: 2025-03-13 18:41:10
Score: 1
Natty:
Report link
function updateSheet() {
    var sheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Sheet1"); // Change to your sheet name
    sheet.getRange("A2").setValue(new Date()); // Example: Updates A2 with current date
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Manmohan ji Mishra