Uses of Class
cn.creekmoon.excel.core.R.reader.cell.HutoolCellReader
Packages that use HutoolCellReader
-
Uses of HutoolCellReader in cn.creekmoon.excel.core.R.reader.cell
Methods in cn.creekmoon.excel.core.R.reader.cell that return HutoolCellReaderModifier and TypeMethodDescription<T> HutoolCellReader<R> HutoolCellReader.addConvert(int rowIndex, int colIndex, ExFunction<String, T> convert, BiConsumer<R, T> setter) HutoolCellReader.addConvert(int rowIndex, int colIndex, BiConsumer<R, String> setter) <T> HutoolCellReader<R> HutoolCellReader.addConvert(String cellReference, ExFunction<String, T> convert, BiConsumer<R, T> setter) HutoolCellReader.addConvert(String cellReference, BiConsumer<R, String> reader) <T> HutoolCellReader<R> HutoolCellReader.addConvertAndMustExist(int rowIndex, int colIndex, ExFunction<String, T> convert, BiConsumer<R, T> setter) HutoolCellReader.addConvertAndMustExist(int rowIndex, int colIndex, BiConsumer<R, String> setter) HutoolCellReader.addConvertAndMustExist(String cellReference, BiConsumer<R, String> setter) <T> HutoolCellReader<R> HutoolCellReader.addConvertAndSkipEmpty(int rowIndex, int colIndex, ExFunction<String, T> convert, BiConsumer<R, T> setter) <T> HutoolCellReader<R> HutoolCellReader.addConvertAndSkipEmpty(int rowIndex, int colIndex, BiConsumer<R, String> setter) <T> HutoolCellReader<R> HutoolCellReader.addConvertAndSkipEmpty(String cellReference, ExFunction<String, T> convert, BiConsumer<R, T> setter) HutoolCellReader.addConvertAndSkipEmpty(String cellReference, BiConsumer<R, String> setter)