createSheet

fun createSheet(workbook: Workbook, sheetName: String): Worksheet(source)

Creates a new worksheet with a safe name. fastexcel does not expose an "already exists" check, so callers needing collision-free names should track the names they have used and pass a unique value.