Package cn.sinozg.applet.common.excel
Class EasyExcelReadListener<T,U>
java.lang.Object
ai.chat2db.excel.event.AnalysisEventListener<T>
cn.sinozg.applet.common.excel.EasyExcelReadListener<T,U>
- All Implemented Interfaces:
ai.chat2db.excel.event.Listener,ai.chat2db.excel.read.listener.ReadListener<T>
public class EasyExcelReadListener<T,U>
extends ai.chat2db.excel.event.AnalysisEventListener<T>
读取excel 监听
流式处理,减少内存占用
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoAfterAllAnalysed(ai.chat2db.excel.context.AnalysisContext context) voidvoidonException(Exception exception, ai.chat2db.excel.context.AnalysisContext context) Methods inherited from class ai.chat2db.excel.event.AnalysisEventListener
invokeHead, invokeHeadMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.chat2db.excel.read.listener.ReadListener
extra, hasNext
-
Field Details
-
function
数据转化 -
result
处理结果 -
log
private final org.slf4j.Logger log
-
-
Constructor Details
-
EasyExcelReadListener
-
-
Method Details