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) |
BigDecimal |
readCell(org.apache.poi.ss.usermodel.Cell cell,
String regex)
Read a Cell and convert to
|
void |
writeCell(org.apache.poi.ss.usermodel.Cell cell,
BigDecimal value)
Write a
|
public BigDecimal readCell(org.apache.poi.ss.usermodel.Cell cell)
readCell in interface Converter<BigDecimal>public BigDecimal readCell(org.apache.poi.ss.usermodel.Cell cell, String regex)
ConverterreadCell in interface Converter<BigDecimal>regex - regex validationpublic void writeCell(org.apache.poi.ss.usermodel.Cell cell,
BigDecimal value)
ConverterwriteCell in interface Converter<BigDecimal>Copyright © 2011-2012 BSTOI.NL. All Rights Reserved.