aboutsummaryrefslogtreecommitdiff
path: root/lib/file_handler/xlsx2sql.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file_handler/xlsx2sql.mli')
-rw-r--r--lib/file_handler/xlsx2sql.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/file_handler/xlsx2sql.mli b/lib/file_handler/xlsx2sql.mli
index e09737b..8976034 100644
--- a/lib/file_handler/xlsx2sql.mli
+++ b/lib/file_handler/xlsx2sql.mli
@@ -1,10 +1,10 @@
val importInDatable :
log_error:ImportErrors.t ->
- conf:ImportConf.Syntax.t ->
+ conf:ImporterSyntax.t ->
dirname:string ->
ImportAnalyser.Dependency.t ->
_ ImportSQL.Db.t ->
- ImportCSV.DataType.t array option Lwt.t
-(** Load an excel spreadsheet in an SQLite database.
+ 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 *)
+ Return the header if at least one row where present *)