GAS(Google Apps Script) で ゼロ埋め var num var numPadding = ('00000000' + num).slice(-8); numの桁数がゼロ埋めの桁数を超えると、num自体が削られるので注意。