exportTablesToExcel

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.