export Tables To Excel
fun exportTablesToExcel(db: DatabaseIfc, path: Path, tableNames: List<String>, schemaName: String?)(source)
Writes the supplied tables of a database to one workbook, one sheet per table.
Writes the supplied tables of a database to one workbook, one sheet per table.