public abstract class ExcelRowHandlerAdapter extends java.lang.Object implements ExcelRowHandler
| Constructor and Description |
|---|
ExcelRowHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTargetSheet(int sheetIndex,
java.lang.String sheetName)
주어진 Sheet가 값을 읽을 시트인지 여부를 돌려 준다.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlepublic boolean isTargetSheet(int sheetIndex,
java.lang.String sheetName)
isTargetSheet in interface ExcelRowHandlersheet - 값을 읽을지 여부를 판단할 Sheet 객체.