nativeSheet

inline fun <R> nativeSheet(crossinline block: (R) -> Unit)

Provides access to the underlying native sheet object.

Streaming Engine Caution: Streaming engines (POI SXSSF, FastExcel) flush rows to disk periodically. Once a row is flushed, it cannot be modified using the native object.

Parameters

block

the callback receiving the native sheet

Type Parameters

T

the expected native sheet type