| 程序包 | 说明 |
|---|---|
| org.hswebframework.expands.office.excel.config | |
| org.hswebframework.expands.office.excel.support | |
| org.hswebframework.expands.office.excel.support.template |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExcelReaderCallBack.onCell(ExcelReaderCallBack.CellContent content)
读取一个单元格时回掉
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
AbstractExcelReader.isHeader(ExcelReaderCallBack.CellContent content,
List<String> header)
判断一个单元格是否为表头,默认判断条件为:表格的第一行就是表头
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected T |
AbstractExcelReader.wrapperRow(List<String> headers,
List<ExcelReaderCallBack.CellContent> contents,
int sheet)
包装一个对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TemplateExcelWriter4POI.onCell(ExcelReaderCallBack.CellContent content) |
Copyright © 2018. All rights reserved.