getColumn

Gets a column from a sheet, with each element parsed as the templated type.

T[]
getColumn
(
T
)
(,
size_t col
)

Parameters

sheet Sheet

The Sheet from which to extract the column.

col size_t

The (zero-based) index of the column to extract.

Return Value

Type: T[]

the given column, as a newly-allocated array.

Meta