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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -