Uses of Class
cn.creekmoon.excel.core.R.readerResult.title.TitleReaderResult
Packages that use TitleReaderResult
Package
Description
-
Uses of TitleReaderResult in cn.creekmoon.excel.core.R.reader.title
Methods in cn.creekmoon.excel.core.R.reader.title that return TitleReaderResultModifier and TypeMethodDescriptionHutoolTitleReader.getReadResult()HutoolTitleReader.read()HutoolTitleReader.read(ExConsumer<R> dataConsumer) abstract TitleReaderResult<R> TitleReader.read()abstract TitleReaderResult<R> TitleReader.read(ExConsumer<R> dataConsumer) -
Uses of TitleReaderResult in cn.creekmoon.excel.core.R.readerResult.title
Methods in cn.creekmoon.excel.core.R.readerResult.title that return TitleReaderResultModifier and TypeMethodDescriptionTitleReaderResult.consume(ExBiConsumer<Integer, R> rowIndexAndDataConsumer) TitleReaderResult.consume(ExConsumer<R> dataConsumer) TitleReaderResult.setResultMsg(Integer rowIndex, String msg) TitleReaderResult.setResultMsg(R data, String msg)