Class CsvColumn<T>

java.lang.Object
io.github.dornol.excelkit.csv.CsvColumn<T>
Type Parameters:
T - The type of the row data object

public class CsvColumn<T> extends Object
Represents a single column in a CSV export operation.

Holds the column name (used as header) and a function that extracts the column's value from a row object.

Since:
2025-07-19