public class ExcelReaderExecutor<T> extends AbstractExcelReaderExecutor implements ExcelPerRowProcessor
curColIndex, curRowIndex, curSheet, curSheetIndex, readerContext, totalRows| 构造器和说明 |
|---|
ExcelReaderExecutor(ExcelReaderContext readerContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
List |
executeRead() |
void |
format(ExcelRowDefinition row)
格式转换
|
protected ExcelPerRowProcessor |
getExcelRowProcess() |
boolean |
isEmptyRow(ExcelRowDefinition row)
是否空行
|
protected boolean |
isTitleRow(ExcelRowDefinition row)
是否标题行
|
void |
processPerRow(ExcelRowDefinition row) |
void |
processTotalRow(int totalRows) |
boolean |
validate(ExcelRowDefinition row)
数据校验
|
executeWritepublic ExcelReaderExecutor(ExcelReaderContext readerContext)
public void processTotalRow(int totalRows)
processTotalRow 在接口中 ExcelPerRowProcessorpublic void processPerRow(ExcelRowDefinition row)
processPerRow 在接口中 ExcelPerRowProcessorprotected ExcelPerRowProcessor getExcelRowProcess()
public boolean isEmptyRow(ExcelRowDefinition row)
ExcelReaderLifecycleisEmptyRow 在接口中 ExcelReaderLifecycleisEmptyRow 在类中 AbstractExcelReaderExecutorpublic boolean validate(ExcelRowDefinition row)
ExcelReaderLifecyclevalidate 在接口中 ExcelReaderLifecyclevalidate 在类中 AbstractExcelReaderExecutorpublic void format(ExcelRowDefinition row)
ExcelReaderLifecycleformat 在接口中 ExcelReaderLifecycleformat 在类中 AbstractExcelReaderExecutorprotected boolean isTitleRow(ExcelRowDefinition row)
AbstractExcelReaderExecutorisTitleRow 在类中 AbstractExcelReaderExecutorpublic List executeRead()
executeRead 在接口中 ExcelExecutorexecuteRead 在类中 AbstractExcelReaderExecutorCopyright © 2019. All rights reserved.