startRow

abstract fun startRow(rowNum: Int, height: Double? = null)

Start a new row at the specified rowNum.

Must be invoked after {@link #startSheet(String)}.

Parameters

rowNum

the zero-based row index

height

the optional height of the row in points

Throws

if rowNum is negative