(append-rows {:keys [service]}
id
values
&
{:keys [value-input-option range]
:or {value-input-option "USER_ENTERED" range "A1"}})
(make-auto-resize-dimensions sheet-id dimension start-index end-index)
(make-conditional-count-blank-formula column-index step-column-index start end)
(make-service {:keys [http-transport json-factory credential application-name]})
(make-update-dimension-properties sheet-id
dimension
start-index
end-index
pixel-size)
(rows->values rows)
convert rows returned by the API into a 2D Clojure vector
convert rows returned by the API into a 2D Clojure vector
(safe-truncate* {:keys [max-length prefix suffix] :or {prefix "TRUNCATED: "}} s)
(update-rows {:keys [service]}
id
values
&
{:keys [value-input-option range]
:or {value-input-option "USER_ENTERED" range "A1"}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close