com.wuwenze.poi.handler
接口 ExcelReadHandler<T>


public interface ExcelReadHandler<T>

作者:
wuwenze

方法摘要
 void onError(int sheetIndex, int rowIndex, List<ExcelErrorField> errorFields)
           
 void onSuccess(int sheetIndex, int rowIndex, T entity)
           
 

方法详细信息

onSuccess

void onSuccess(int sheetIndex,
               int rowIndex,
               T entity)

onError

void onError(int sheetIndex,
             int rowIndex,
             List<ExcelErrorField> errorFields)


Copyright © 2019. All rights reserved.