columnSize

fun columnSize(sheet: Sheet, columnIndex: Int): Int(source)

fastexcel has no random row access, so we materialize the sheet to walk up from the bottom. Acceptable since this is used only for sizing.