public class DateCellFormatter<T> extends Object implements CellFormatter<T>
| Constructor and Description |
|---|
DateCellFormatter(org.apache.poi.ss.usermodel.Workbook workbook,
String format)
Instantiates a new Date formatter.
|
| 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.
|
public DateCellFormatter(org.apache.poi.ss.usermodel.Workbook workbook,
String format)
workbook - the workbookzone - the zoneformat - the formatpublic void formatCell(T bean, org.apache.poi.ss.usermodel.Cell cell, String field, boolean isCustom, Object value)
CellFormatterformatCell in interface CellFormatter<T>bean - the beancell - the cellfield - the fieldisCustom - the is customvalue - the valueCopyright © 2020. All rights reserved.