aboutsummaryrefslogtreecommitdiff
path: root/lib/analysers/headers.mli
blob: 03e384b0b0fbde8fac8d7a625cd13eab5d2343f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
module SheeetMap : Map.S with type key = ImportDataTypes.Table.t

type t = string array SheeetMap.t

val columns : ImportConf.Syntax.t -> t -> string list
(** Get the headers. The function has to be called after reading each document,
    and will reformat the first line with the values from the cell. The
    functions will not be evaluated (instead they will be displayed "as is".

    When there is no value for this path, return empty string.
 *)