node.js - How to write a date/time value? -


the date/time format tokens straightforward. however, how use them write date value cell using spreadsheets.values.append method?

(i coding in node.js.)

you can't. values apis writing values themselves, not formats. if want write formats, need use spreadsheets.batchupdate method, either updatecellsrequest, repeatcellrequest, or appendcellsrequest.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -