with Excel Data
abstract fun withExcelData(toExcelWorkbook: Path, tableNamesInInsertOrder: List<String>): DbCreateTask.DBAfterInsertStepIfc
Return
a reference to the alter step in the builder process
Parameters
to Excel Workbook
a path to an Excel workbook that can be read to insert data into the database, must not be null
table Names In Insert Order
a list of table names that need to be filled. Sheets in the workbook must correspond exactly to these names