Liking cljdoc? Tell your friends :D

bb-excel.core


crangeclj

(crange s e)

Creates as sequence of columns given a starting and ending column name.

Creates as sequence of columns given a starting and ending column name.
sourceraw docstring

defaultsclj

Default values for processing the Excel Spreadsheet :row integer :- Which row to begin data extraction defaults to 1 :fxn function :- Which function to use parse header rows :rows integer :- Number of rows to extract :hdr boolean :- Rename columns with data from the first row

Default values for processing the Excel Spreadsheet
:row  integer  :-  Which row to begin data extraction defaults to 1 
:fxn  function :-  Which function to use parse header rows
:rows integer  :-  Number of rows to extract
:hdr  boolean  :- Rename columns with data from the first row
sourceraw docstring

get-cellsclj

(get-cells sheet rows cols)

Get range of values returned as list of rows

Get range of values returned as list of rows
sourceraw docstring

get-colclj

(get-col sheet col)

Get column from sheet by name. If columns have been renamed use the new name.

Get column from sheet by name. 
If columns have been renamed use the new name.
sourceraw docstring

get-rangeclj

(get-range sheet rg)

Get range of values using Excel cell coordinates e.g A1:C5

Get range of values using Excel cell coordinates
e.g A1:C5
sourceraw docstring

get-rowclj

(get-row sheet row)

Get row from sheet by row index

Get row from sheet by row index
sourceraw docstring

get-sheetclj

(get-sheet filename sheetname)
(get-sheet filename sheetname options)

Get sheet from file

Get sheet from file
sourceraw docstring

get-sheet-namesclj

(get-sheet-names filename)

Retrieves a list of Sheet Names from a given Excel Spreadsheet Returns nil if the file does not exist or a non-string is passed as the filename

Retrieves a list of Sheet Names from a given Excel Spreadsheet
Returns nil if the file does not exist or a non-string is passed as the filename
sourceraw docstring

get-sheetsclj

(get-sheets filename)
(get-sheets filename options)

Get all or specified sheet from the excel spreadsheet

Get all or specified sheet from the excel spreadsheet
sourceraw docstring

get-unique-stringsclj

(get-unique-strings filename)

Get dictionary of all unique strings in the Excel spreadsheet

Get dictionary of all unique strings in the Excel spreadsheet
sourceraw docstring

num2dateclj

(num2date n)

Convert number to Excel compatible Date

Convert number to Excel compatible Date
sourceraw docstring

parse-rangeclj

(parse-range s)

Takes in an Excel coordinate and returns a hashmap of rows and columns to pull

Takes in an Excel coordinate and returns a hashmap of rows and columns to pull
sourceraw docstring

process-cellclj

(process-cell dict coll)

Process Excel cell

Process Excel cell
sourceraw docstring

process-rowclj

(process-row dict coll)

Process Excel row of data

Process Excel row of data
sourceraw docstring

s2dclj

(s2d n)

Convert string to double

Convert string to double
sourceraw docstring

tagsclj

Map of Excel XML namespaces of interest

Map of Excel XML namespaces of interest
sourceraw docstring

to-colclj

(to-col num)

Takes in an ordinal and returns its equivalent column heading.

Takes in an ordinal and returns its equivalent column heading.
sourceraw docstring

when-numclj

(when-num s)

Returns nil for empty strings when a number is expected

Returns nil for empty strings when a number is expected
sourceraw docstring

when-strclj

(when-str s)

Returns nil for empty strings

Returns nil for empty strings
sourceraw docstring

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

× close