Package cn.creekmoon.excel.core.R.reader
Class Reader<R>
java.lang.Object
cn.creekmoon.excel.core.R.reader.Reader<R>
- Direct Known Subclasses:
CellReader,TitleReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionintbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ReaderResultabstract Integerabstract ReaderResult<R> read()abstract ReaderResult<R> read(ExConsumer<R> consumer)
-
Field Details
-
readerResult
-
newObjectSupplier
-
sheetIndex
public int sheetIndex -
TEMPLATE_CONSISTENCY_CHECK_ENABLE
public boolean TEMPLATE_CONSISTENCY_CHECK_ENABLE -
TEMPLATE_CONSISTENCY_CHECK_FAILED
public boolean TEMPLATE_CONSISTENCY_CHECK_FAILED
-
-
Constructor Details
-
Reader
-
-
Method Details
-
getSheetIndex
-
getReadResult
-
read
- Throws:
Exception
-
read
- Throws:
InterruptedExceptionIOException
-