public class DateConverter extends AbstractConverter<java.util.Date>
| Modifier | Constructor and Description |
|---|---|
protected |
DateConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
readCell(org.apache.poi.ss.usermodel.Cell cell)
Read a Cell and convert to [T]
|
java.util.Date |
readCell(org.apache.poi.ss.usermodel.Cell cell,
java.lang.String regex)
Read a Cell and convert to [T]
|
void |
writeCell(org.apache.poi.ss.usermodel.Cell cell,
java.util.Date value)
Write a [T] value to cell
|
getCellType, isCellTypeSupportedpublic java.util.Date readCell(org.apache.poi.ss.usermodel.Cell cell)
Convertercell - to readpublic java.util.Date readCell(org.apache.poi.ss.usermodel.Cell cell,
java.lang.String regex)
Convertercell - to readregex - regex validationpublic void writeCell(org.apache.poi.ss.usermodel.Cell cell,
java.util.Date value)
Convertercell - to writevalue - value to convert to cellCopyright © 2011-2020 BSTOI.NL. All Rights Reserved.