Prototype features to be included in v2.0.0 -- everything subject to change.
Prototype features to be included in v2.0.0 -- everything subject to change.
(data x)
If x
contains cell data wrapped in a map (with style & dimension data),
return the wrapped cell value. Otherwise return as-is.
If `x` contains cell data wrapped in a map (with style & dimension data), return the wrapped cell value. Otherwise return as-is.
(dims x)
(dims x dims-map)
Get the {:width N, :height N} dimension map for x
, or merge in the given
dims-map
of the same format.
Get the {:width N, :height N} dimension map for `x`, or merge in the given `dims-map` of the same format.
(style x)
(style x style-map)
Get the style specification for x
, or deep-merge its current style spec
with the given style-map
.
Get the style specification for `x`, or deep-merge its current style spec with the given `style-map`.
(temp ext)
Return a (string) path to a temp file with the given extension.
Return a (string) path to a temp file with the given extension.
(wrapped x)
If x
contains cell data wrapped in a map (with style & dimension data),
return it as-is. Otherwise return a wrapped version.
If `x` contains cell data wrapped in a map (with style & dimension data), return it as-is. Otherwise return a wrapped version.
(write! workbook path)
Write the workbook
to the given path
and return a file object pointing
at the written file.
The workbook is a key value collection of (sheet-name grid), either as map or an association list (if ordering is important).
Write the `workbook` to the given `path` and return a file object pointing at the written file. The workbook is a key value collection of (sheet-name grid), either as map or an association list (if ordering is important).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close