T - Type to convert into or convert frompublic interface Converter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
readCell(org.apache.poi.ss.usermodel.Cell cell)
Read a Cell and convert to [T]
|
T |
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,
T value)
Write a [T] value to cell
|
T readCell(org.apache.poi.ss.usermodel.Cell cell, java.lang.String regex)
cell - to readregex - regex validationT readCell(org.apache.poi.ss.usermodel.Cell cell)
cell - to readvoid writeCell(org.apache.poi.ss.usermodel.Cell cell,
T value)
cell - to writevalue - value to convert to cellCopyright © 2011-2020 BSTOI.NL. All Rights Reserved.