public class BooleanValueReader extends Object implements ResolvableValueReader
| Constructor and Description |
|---|
BooleanValueReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canResolveValue(int cellType,
org.apache.poi.ss.usermodel.Cell cell) |
int |
getPriority() |
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) |
public boolean isValid(int type,
org.apache.poi.ss.usermodel.Cell cell)
isValid in interface ValueReaderpublic Object readCellValue(int type, org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.CellValue cellValue, ValueReader reader)
readCellValue in interface ValueReaderpublic boolean canResolveValue(int cellType,
org.apache.poi.ss.usermodel.Cell cell)
canResolveValue in interface ResolvableValueReaderpublic int getPriority()
getPriority in interface ResolvableValueReaderCopyright © 2023 Suncode. All rights reserved.