public class BigDecimalConvertor extends Object implements Converter<BigDecimal>
| Constructor and Description |
|---|
BigDecimalConvertor() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
readCell(org.apache.poi.ss.usermodel.Cell cell)
Read a Cell and convert to [T]
|
BigDecimal |
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,
BigDecimal value)
Write a [T] value to cell
|
public BigDecimal readCell(org.apache.poi.ss.usermodel.Cell cell)
ConverterreadCell in interface Converter<BigDecimal>cell - to readpublic BigDecimal readCell(org.apache.poi.ss.usermodel.Cell cell, String regex)
ConverterreadCell in interface Converter<BigDecimal>cell - to readregex - regex validationpublic void writeCell(org.apache.poi.ss.usermodel.Cell cell,
BigDecimal value)
ConverterwriteCell in interface Converter<BigDecimal>cell - to writevalue - value to convert to cellCopyright © 2011-2015 BSTOI.NL. All Rights Reserved.