Class ExcelColumn<T>

java.lang.Object
io.github.dornol.excelkit.excel.ExcelColumn<T>
Type Parameters:
T - the row data type

public class ExcelColumn<T> extends Object
Represents a single Excel column and how its value is derived, styled, and rendered.

An ExcelColumn encapsulates: - a name (used as the header), - a value extractor function, - a cell style, - a column width calculator, and - a setter function to write the value into a cell.

Since:
2025-07-19