startSheet

abstract fun startSheet(name: String)

Create a new sheet with the given name.

Must be invoked after {@link #startWorkbook(OutputStream)}.

Parameters

name

the name of the sheet

Throws

if called before startWorkbook