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 - SheetCopyright © 2025. All rights reserved.