blob: 8976034f28430076adc165bb3d1e596371ebf991 (
plain)
1
2
3
4
5
6
7
8
9
10
|
val importInDatable :
log_error:ImportErrors.t ->
conf:ImporterSyntax.t ->
dirname:string ->
ImportAnalyser.Dependency.t ->
_ ImportSQL.Db.t ->
ImportDataTypes.Value.t array option Lwt.t
(** Load an excel spreadsheet in an SQLite database.
Return the header if at least one row where present *)
|