| Constructor and Description |
|---|
IntegerConvertor() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
readCell(org.apache.poi.ss.usermodel.Cell cell)
Read a Cell and convert to [T]
|
Integer |
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,
Integer value)
Write a [T] value to cell
|
public Integer readCell(org.apache.poi.ss.usermodel.Cell cell)
Converterpublic Integer readCell(org.apache.poi.ss.usermodel.Cell cell, String regex)
ConverterCopyright © 2011-2015 BSTOI.NL. All Rights Reserved.