(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.
Default values for processing the Excel Spreadsheet :row integer :- Which row to begin data extraction defaults to 0 :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 0 :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
(get-cells sheet rows cols)
Get range of values returned as list of rows
Get range of values returned as list of rows
(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.
(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
(get-row sheet row)
Get row from sheet by row index
Get row from sheet by row index
(get-sheet file-or-filename)
(get-sheet file-or-filename sheetname-or-idx)
(get-sheet file-or-filename sheetname-or-idx options)
Get sheet from file or filename
Get sheet from file or filename
(get-sheet-names file-or-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 file-or-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 `file-or-filename`
(get-sheets file-or-filename)
(get-sheets file-or-filename options)
Get all or specified sheet from the excel spreadsheet
Get all or specified sheet from the excel spreadsheet
(get-unique-strings zipfile)
Get dictionary of all unique strings in the Excel spreadsheet
Get dictionary of all unique strings in the Excel spreadsheet
(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
(process-cell dict styles coll)
Process Excel cell
Process Excel cell
(process-row dict styles coll)
Process Excel row of data
Process Excel row of data
(style-check coll styles ids)
Check if the style id is within a range.
Check if the style id is within a range.
Map of Excel XML namespaces of interest
Map of Excel XML namespaces of interest
(to-col num)
Takes in an ordinal and returns its equivalent column heading.
Takes in an ordinal and returns its equivalent column heading.
(when-num s)
Returns nil for empty strings when a number is expected
Returns nil for empty strings when a number is expected
(when-str s)
Returns nil for empty strings
Returns nil for empty strings
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close