openReadableWorkbook

fun openReadableWorkbook(pathToWorkbook: Path): ReadableWorkbook?(source)

Opens an .xlsx workbook for reading. Returns null on missing file or read error. Caller is responsible for closing the returned ReadableWorkbook.