T - the type parameterpublic interface CellFormatter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
formatCell(T bean,
org.apache.poi.ss.usermodel.Cell cell,
String field,
boolean isCustom,
Object value)
Format cell.
|
Copyright © 2020. All rights reserved.