public interface ValueReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(int type,
org.apache.poi.ss.usermodel.Cell cell) |
Object |
readCellValue(int type,
org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellValue cellValue,
ValueReader reader) |
boolean isValid(int type,
org.apache.poi.ss.usermodel.Cell cell)
Object readCellValue(int type, org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.CellValue cellValue, ValueReader reader)
Copyright © 2015 Suncode. All rights reserved.