public abstract class AbstractConverter<T> extends java.lang.Object implements Converter<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConverter(CellType[] supportedCellTypes) |
| Modifier and Type | Method and Description |
|---|---|
protected CellType |
getCellType(org.apache.poi.ss.usermodel.Cell cell) |
protected boolean |
isCellTypeSupported(org.apache.poi.ss.usermodel.Cell cell) |
Copyright © 2011-2020 BSTOI.NL. All Rights Reserved.