startWorkbook

open override fun startWorkbook(outputStream: OutputStream)

Initialize the workbook and associate it with the provided outputStream.

This must be the first method called in the lifecycle of an driver.

Parameters

outputStream

the stream where the generated Excel file will be written

Throws

if the workbook is already started