| 程序包 | 说明 |
|---|---|
| spring.turbo.module.excel | |
| spring.turbo.module.excel.reader | |
| spring.turbo.module.excel.visitor |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExcelType |
ExcelType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExcelType[] |
ExcelType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static WorkbookAndFileSystem |
WorkbookResourceUtils.createWorkbook(ExcelType excelType,
org.springframework.core.io.Resource resource,
String password) |
BatchWalker.Builder<T> |
BatchWalker.Builder.excelType(ExcelType excelType) |
static List<String> |
OneColumnReaders.read(org.springframework.core.io.Resource resource,
ExcelType type,
String password,
int sheetIndex,
int columnIndex) |
static List<String> |
OneColumnReaders.read(org.springframework.core.io.Resource resource,
ExcelType type,
String password,
int sheetIndex,
int columnIndex,
Set<Integer> excludeSheetIndexes) |
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
BatchVisitor.onResourceOpeningError(org.springframework.core.io.Resource resource,
ExcelType excelType,
String password,
spring.turbo.bean.valueobject.ProcessPayload payload) |
Copyright © 2022. All rights reserved.