Liking cljdoc? Tell your friends :D

clj-xlsxio.read


coerceclj

(coerce lz-seq fs & {:keys [skip-first-row] :or {skip-first-row false}})

Coerce every row applying a vector of functions

Coerce every row applying a vector of functions
sourceraw docstring

coerce-mapclj

(coerce-map m fs)

coerce one map based on a coercion map

coerce one map based on a coercion map
sourceraw docstring

coerce-mapsclj

(coerce-maps lz-seq fs & {:keys [skip-first-row] :or {skip-first-row false}})

coerce a list of maps based on a coercion map

coerce a list of maps based on a coercion map
sourceraw docstring

excel-date->java-dateclj

(excel-date->java-date n-str)
source

excel-date->java-localdatetimeclj

(excel-date->java-localdatetime n-str)
source

excel-date->joda-dateclj

(excel-date->joda-date n-str)
source

excel-date->unix-timestampclj

(excel-date->unix-timestamp n-str)
source

ListSheetscljprotocol

list-sheetsclj

(list-sheets this)
source

read-rowclj

(read-row sheet)
(read-row sheet xlsx)
source

read-xlsxcljmultimethod

source

skip-all-emptyclj

source

skip-empty-cellsclj

source

skip-empty-rowsclj

source

skip-extra-cellsclj

source

skip-noneclj

source

xlsx->column-title-mapsclj

(xlsx->column-title-maps lz-seq)

Takes the first row of a xlsx and enumerate every row with the column title

Takes the first row of a xlsx and enumerate every row with the column title
sourceraw docstring

xlsx->enumerated-mapsclj

(xlsx->enumerated-maps lz-seq)
source

xlsx->excel-enumerated-mapsclj

(xlsx->excel-enumerated-maps lz-seq)
source

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

× close