You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank Jenny an all other contributors for putting so much work in such a useful R package!
I am working with using googlesheets4 for some automations but I have noticed that there are challenges with being able to format data in a human readable format that is also compatible with sheets (i.e. without a leading apostrophe '). After playing around with recording some macros on Google Sheets/App Scripts I discovered the setNumberFormat() method.
First off, thank Jenny an all other contributors for putting so much work in such a useful R package!
I am working with using
googlesheets4
for some automations but I have noticed that there are challenges with being able to format data in a human readable format that is also compatible with sheets (i.e. without a leading apostrophe'
). After playing around with recording some macros on Google Sheets/App Scripts I discovered thesetNumberFormat()
method.E.g.
I wonder if it would be possible to have a function like
gs4_formula()
that would be able to format numbers in a desired format.E.g for dates:
(excuse the messy code)
The text was updated successfully, but these errors were encountered: