T
- 读取的数据类型@FunctionalInterface public interface SheetReader<T>
Sheet
读取接口,通过实现此接口,将Sheet
中的数据读取为不同类型。Modifier and Type | Method and Description |
---|---|
T |
read(org.apache.poi.ss.usermodel.Sheet sheet)
读取数据
|
T read(org.apache.poi.ss.usermodel.Sheet sheet)
sheet
- Sheet
Copyright © 2024. All rights reserved.