T
- 元素类型public interface ISheetHandler<T>
Modifier and Type | Interface and Description |
---|---|
static class |
ISheetHandler.CellMeta
CELL单元格描述对象
|
static class |
ISheetHandler.Default |
Modifier and Type | Method and Description |
---|---|
ISheetHandler.CellMeta[] |
getCellMetas()
获取单元格描述对象集合
|
List<T> |
handle(org.apache.poi.ss.usermodel.Sheet sheet)
处理Sheet页
|
T |
parseRow(org.apache.poi.ss.usermodel.Row row)
分析行数据
|
List<T> handle(org.apache.poi.ss.usermodel.Sheet sheet) throws Exception
sheet
- Sheet页接口对象Exception
- 可能产生的任何异常ISheetHandler.CellMeta[] getCellMetas()
Copyright © 2022. All rights reserved.