| 程序包 | 说明 |
|---|---|
| cn.chenzw.excel.magic.core.executor | |
| cn.chenzw.excel.magic.core.lifecycle | |
| cn.chenzw.excel.magic.core.processor | |
| cn.chenzw.excel.magic.core.util |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExcelReaderExecutor.format(ExcelRowDefinition row) |
void |
AbstractExcelReaderExecutor.format(ExcelRowDefinition row) |
boolean |
ExcelReaderExecutor.isEmptyRow(ExcelRowDefinition row) |
boolean |
AbstractExcelReaderExecutor.isEmptyRow(ExcelRowDefinition row) |
protected boolean |
ExcelReaderExecutor.isTitleRow(ExcelRowDefinition row) |
protected boolean |
AbstractExcelReaderExecutor.isTitleRow(ExcelRowDefinition row)
是否标题行
|
void |
ExcelReaderExecutor.processPerRow(ExcelRowDefinition row) |
boolean |
ExcelReaderExecutor.validate(ExcelRowDefinition row) |
boolean |
AbstractExcelReaderExecutor.validate(ExcelRowDefinition row) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExcelReaderLifecycle.format(ExcelRowDefinition row)
格式转换
|
boolean |
ExcelReaderLifecycle.isEmptyRow(ExcelRowDefinition row)
是否空行
|
boolean |
ExcelReaderLifecycle.validate(ExcelRowDefinition row)
数据校验
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExcelPerRowProcessor.processPerRow(ExcelRowDefinition row) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
ExcelFieldUtils.getCellValue(ExcelRowDefinition row,
int colIndex) |
Copyright © 2019. All rights reserved.