Liking cljdoc? Tell your friends :D

loiste.core


blank-cells?clj

(blank-cells? row)

borderclj


cell-styleclj

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

cell-valueclj

(cell-value cell)

cellsclj

(cells row)

CellWritecljprotocol

-writeclj

(-write value cell options)

colorclj

(color r g b)

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.
raw docstring

data-formatclj

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

fill-patternclj


fontclj

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

parse-rowclj

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

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.
raw docstring

rowsclj

(rows sheet)

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.
raw docstring

sheet->mapclj

(sheet->map spec sheet)

static-formulasclj


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.
raw docstring

strip-blank-rowsclj

(strip-blank-rows rows)

to-file!clj

(to-file! file wb)

ToWorkbookcljprotocol

-to-workbookclj

(-to-workbook this)

Reads object to Workbook

Reads object to Workbook

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.
raw docstring

write-cell!clj

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

write-cells!clj

(write-cells! row options data)

write-row!clj

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

write-rows!clj

(write-rows! wb sheet options rows)

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

× close