79536423

Date: 2025-03-26 12:39:12
Score: 1
Natty:
Report link

I know not answering the specific question as such but if you want to automatically populate a spreadsheet with the ISO week number then set the value in the cell to the google sheet function =WEEKNUM(TODAY(),21) in your App Script. A workaround for google sheets.

cell.setValue("=WEEKNUM(Today(),21)");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrew Paine