Interface SheetReader<T>
- Type Parameters:
T- 读取的数据类型
- All Known Implementing Classes:
AbstractSheetReader,BeanSheetReader,ColumnSheetReader,ListSheetReader,MapSheetReader,WalkSheetReader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Excel
Sheet读取接口,通过实现此接口,将Sheet中的数据读取为不同类型。-
Method Summary
-
Method Details
-
read
读取数据- Parameters:
sheet-Sheet- Returns:
- 读取结果
-