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, extra keys are untouched. Extra keys in fs will be ignored.

Coerce one map based on a coercion map, extra keys are untouched.
Extra keys in fs will be ignored.
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, extra keys will be untouched.

coerce a list of maps based on a coercion map, extra keys will be untouched.
sourceraw docstring

excel-date->java-dateclj

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

Takes a excel date and convert it to a java Date object

Takes a excel date and convert it to a java Date object
sourceraw docstring

excel-date->java-localdatetimeclj

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

Takes a excel date and convert it to a java.time.LocalDateTime object

Takes a excel date and convert it to a java.time.LocalDateTime object
sourceraw docstring

excel-date->joda-dateclj

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

Takes a excel date and convert it to a joda time DateTime object

Takes a excel date and convert it to a joda time DateTime object
sourceraw docstring

excel-date->unix-timestampclj

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

Takes a excel date and convert it to a unix timestamp

Takes a excel date and convert it to a unix timestamp
sourceraw docstring

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
                         &
                         {:keys [str-keys column-fn]
                          :or {str-keys false column-fn nil}})

Takes the first row of a xlsx and enumerate every row with the column title. Use the keyword arg :column-fn to pass a functions that are applied on each of the column names, must be a function of 1 arg.

Takes the first row of a xlsx and enumerate every row with the column title.
Use the keyword arg :column-fn to pass a functions that are applied on each of the column names, must be a function of 1 arg. 
sourceraw docstring

xlsx->enumerated-mapsclj

(xlsx->enumerated-maps lz-seq)

Returns a lazy sequence of maps, keys are the number of the column in the excel format

Returns a lazy sequence of maps, keys are the number of the column in the excel format
sourceraw docstring

xlsx->excel-enumerated-mapsclj

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

Returns a lazy sequence of maps, keys are the number of the column in the excel format

Returns a lazy sequence of maps, keys are the number of the column in the excel format
sourceraw docstring

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

× close