Spreadsheets in general are stored in a cell-based format. This means that any cell could have data of any type. Commonalities around parsing spreadsheet-type systems are captured here.
Spreadsheets in general are stored in a cell-based format. This means that any cell could have data of any type. Commonalities around parsing spreadsheet-type systems are captured here.
(add-cell-value! this cell row-idx)
(column-data this)
(process-spreadsheet-rows rows
header-row?
col-parser-gen
column-idx->column-name
{:keys [n-initial-skip-rows] :as options})
(sheet->dataset worksheet)
(sheet->dataset worksheet
{:keys [header-row? parser-fn parser-scan-len
n-initial-skip-rows]
:or {header-row? true parser-scan-len 100}
:as options})
(simple-parser->parser datatype)
(simple-parser->parser datatype relaxed?)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close