nativeWorkbook

inline fun <T> nativeWorkbook(crossinline block: (T) -> Unit)

Provides access to the underlying native workbook object.

Parameters

block

the callback receiving the native workbook

Type Parameters

T

the expected native workbook type