importWorkbookToSchema

fun importWorkbookToSchema(db: DatabaseIfc, pathToWorkbook: Path, tableNames: List<String>, schemaName: String?, skipFirstRow: Boolean)(source)

Imports each named sheet of the workbook into the table of the same name. Sheets are processed in the supplied order to satisfy referential constraints.