writeToExcel

fun writeToExcel(map: Map<String, Double>, sheetName: String, wbName: String = sheetName, wbDirectory: Path = KSL.excelDir, header: Boolean = false)(source)

Writes a Map to a single-sheet workbook. NaN / +Infinity / -Infinity are written as the corresponding strings.