Package io.github.dornol.excelkit.excel
Class ExcelColumn<T>
java.lang.Object
io.github.dornol.excelkit.excel.ExcelColumn<T>
- Type Parameters:
T- the row data type
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for constructingExcelColumninstances using a fluent DSL-style API. -
Method Summary