Google script to copy and rename a sheet and name is based on a cell reference

后端 未结 3 1728
名媛妹妹
名媛妹妹 2020-12-11 04:17

I\'m new to google scripts and I need to copy the current active sheet to a new sheet and then rename this sheet based on a cell value. My issue is the cell value is a date

3条回答
  •  粉色の甜心
    2020-12-11 05:03

    You need to construct a new Date(myValue), then look in the Utilities class for the date formatting function.

提交回复
热议问题