aboutsummaryrefslogtreecommitdiff
path: root/lib/file_handler/xlsx2sql.mli
blob: e09737be45035200521cda4ec99357a3408b304e (plain)
1
2
3
4
5
6
7
8
9
10
val importInDatable :
  log_error:ImportErrors.t ->
  conf:ImportConf.Syntax.t ->
  dirname:string ->
  ImportAnalyser.Dependency.t ->
  _ ImportSQL.Db.t ->
  ImportCSV.DataType.t array option Lwt.t
(** Load an excel spreadsheet in an SQLite database. 

Return the header if at least one row where present *)