Liking cljdoc? Tell your friends :D

ontodev.excel


get-cell-string-valueclj

(get-cell-string-value cell)

Get the value of a cell as a string, by changing the cell type to 'string' and then changing it back.

Get the value of a cell as a string, by changing the cell type to 'string'
and then changing it back.
sourceraw docstring

list-sheetsclj

(list-sheets workbook)

Return a list of all sheet names.

Return a list of all sheet names.
sourceraw docstring

load-workbookclj

(load-workbook path)

Load a workbook from a string path.

Load a workbook from a string path.
sourceraw docstring

read-rowclj

(read-row row)

Read all the cells in a row (including blanks) and return a list of values.

Read all the cells in a row (including blanks) and return a list of values.
sourceraw docstring

read-sheetclj

(read-sheet workbook)
(read-sheet workbook sheet-name)
(read-sheet workbook sheet-name header-row)
(read-sheet workbook sheet-name header-row parse-header-fn)

Given a workbook with an optional sheet name (default is 'Sheet1') and and optional header row number (default is '1') and optional function to parse headers return the data in the sheet as a vector of maps using the headers from the header row as the keys.

Given a workbook with an optional sheet name (default is 'Sheet1') and
and optional header row number (default is '1') and optional function to parse headers
return the data in the sheet as a vector of maps
using the headers from the header row as the keys.
sourceraw docstring

sheet-headersclj

(sheet-headers workbook sheet-name)

Returns the headers (in their original forms, not as keywords) for a given sheet.

Returns the headers (in their original forms, not as keywords) for a given sheet.
sourceraw docstring

to-keywordclj

(to-keyword s)

Take a string and return a properly formatted keyword.

Take a string and return a properly formatted keyword.
sourceraw docstring

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

× close