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