Uses of Class
cn.creekmoon.excel.core.R.reader.title.HutoolTitleReader
Packages that use HutoolTitleReader
-
Uses of HutoolTitleReader in cn.creekmoon.excel.core.R.reader.title
Methods in cn.creekmoon.excel.core.R.reader.title that return HutoolTitleReaderModifier and TypeMethodDescription<T> HutoolTitleReader<R> HutoolTitleReader.addConvert(String title, ExFunction<String, T> convert, BiConsumer<R, T> setter) HutoolTitleReader.addConvert(String title, BiConsumer<R, String> reader) <T> HutoolTitleReader<R> HutoolTitleReader.addConvertAndMustExist(String title, ExFunction<String, T> convert, BiConsumer<R, T> setter) HutoolTitleReader.addConvertAndMustExist(String title, BiConsumer<R, String> setter) <T> HutoolTitleReader<R> HutoolTitleReader.addConvertAndSkipEmpty(String title, ExFunction<String, T> convert, BiConsumer<R, T> setter) <T> HutoolTitleReader<R> HutoolTitleReader.addConvertAndSkipEmpty(String title, BiConsumer<R, String> setter) <T> HutoolTitleReader<R> HutoolTitleReader.addConvertPostProcessor(ExConsumer<R> postProcessor) 添加校验阶段后置处理器 当所有的convert执行完成后会执行这个操作做最后的校验处理HutoolTitleReader.disableBlankRowFilter()禁用空白行过滤HutoolTitleReader.disableTemplateConsistencyCheck()禁用模版一致性检查HutoolTitleReader.range(int startRowIndex) 增加读取范围限制HutoolTitleReader.range(int startRowIndex, int lastRowIndex) 增加读取范围限制HutoolTitleReader.range(int titleRowIndex, int firstDataRowIndex, int lastDataRowIndex) 增加读取范围限制