(cell-style wb
{:keys [background-color foreground-color border-bottom border-left
border-right border-top wrap]
:as options})
(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.
(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.
(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.
(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.
(-to-workbook this)
Reads object to Workbook
Reads object to Workbook
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close