Liking cljdoc? Tell your friends :D

loiste.core


blank-cells?clj

(blank-cells? row)
source

borderclj

source

cell-styleclj

(cell-style wb
            {:keys [background-color foreground-color border-bottom border-left
                    border-right border-top wrap]
             :as options})
source

cell-valueclj

(cell-value cell)
source

cellsclj

(cells row)
source

CellWritecljprotocol

-writeclj

(-write value cell options)
source

colorclj

(color r g b)
source

column-widthclj

(column-width num-chars)
(column-width num-chars padding)

Column width is given in 1/256ths of character width.

Column width is given in 1/256ths of character width.
sourceraw docstring

data-formatclj

(data-format wb {:keys [type] :as data-format})
source

fill-patternclj

source

fontclj

(font wb {:keys [color name bold]})
source

parse-rowclj

(parse-row specs row)
(parse-row specs transform row)
source

read-sheetclj

(read-sheet sheet)
(read-sheet sheet {:keys [column-name-fn] :or {column-name-fn keyword}})

Create map key names based on the column labels on the first row.

Create map key names based on the column labels on the first row.
sourceraw docstring

rowsclj

(rows sheet)
source

sheetclj

(sheet wb)
(sheet wb sheet-name-or-index)

Returns sheet with given name or index, or creates new sheet with given name if one doesn't exist.

Returns sheet with given name or index, or creates new sheet with
given name if one doesn't exist.
sourceraw docstring

sheet->mapclj

(sheet->map spec sheet)
source

static-formulasclj

source

streaming-workbookclj

(streaming-workbook)
(streaming-workbook input)
(streaming-workbook input
                    {:keys [row-access-window compress-tmp-files?
                            shared-strings-table?]
                     :or {row-access-window 100
                          compress-tmp-files? false
                          shared-strings-table? false}})

Creates a new streaming workbook or opens existing workbook in streaming mode.

Input can be File, InputStream, URL or Workbook.

Creates a new streaming workbook or opens existing workbook
in streaming mode.

Input can be File, InputStream, URL or Workbook.
sourceraw docstring

strip-blank-rowsclj

(strip-blank-rows rows)
source

to-file!clj

(to-file! file wb)
source

ToWorkbookcljprotocol

-to-workbookclj

(-to-workbook this)

Reads object to Workbook

Reads object to Workbook
source

workbookclj

(workbook)
(workbook input)

Creates a new workbook or opens existing workbook.

Input can be File, InputStream, URL or Workbook.

Creates a new workbook or opens existing workbook.

Input can be File, InputStream, URL or Workbook.
sourceraw docstring

write-cell!clj

(write-cell! cell {:keys [style] :as options} value)
source

write-cells!clj

(write-cells! row options data)
source

write-row!clj

(write-row! sheet options row-num data)
source

write-rows!clj

(write-rows! wb sheet options rows)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close