public class OneColumnReaders extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static List<String> |
read(org.springframework.core.io.Resource resource,
ExcelType type,
String password,
int sheetIndex,
int columnIndex) |
static List<String> |
read(org.springframework.core.io.Resource resource,
ExcelType type,
String password,
int sheetIndex,
int columnIndex,
Set<Integer> excludeSheetIndexes) |
Copyright © 2022. All rights reserved.