withExcelData

open override fun withExcelData(toExcelWorkbook: Path, tableNamesInInsertOrder: List<String>): DbCreateTask.DBAfterInsertStepIfc

Return

a reference to the alter step in the builder process

Parameters

toExcelWorkbook

a path to an Excel workbook that can be read to insert data into the database, must not be null

tableNamesInInsertOrder

a list of table names that need to be filled. Sheets in the workbook must correspond exactly to these names