| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.reader |
| 限定符和类型 | 字段和说明 |
|---|---|
CellType |
TypeCastException.from
Excel单元格类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
CellType |
Row.getCellType(Cell c)
获取单元格的数据类型
注意:这里仅是一个近似的类型,因为从原始文件中只能获取到
numeric,string,
boolean三种类型。 |
CellType |
HeaderRow.getCellType(int columnIndex) |
CellType |
Row.getCellType(int columnIndex)
获取单元格的数据类型
注意:这里仅是一个近似的类型,因为从原始文件中只能获取到
numeric,string,
boolean三种类型。 |
CellType |
Row.getCellType(String columnName)
获取单元格的数据类型
注意:这里仅是一个近似的类型,因为从原始文件中只能获取到
numeric,string,
boolean三种类型。 |
CellType |
TypeCastException.getFrom() |
static CellType |
CellType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CellType[] |
CellType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
TypeCastException(int row,
int col,
CellType from,
Class<?> to) |
TypeCastException(int row,
int col,
CellType from,
Class<?> to,
String message) |
TypeCastException(int row,
int col,
CellType from,
Class<?> to,
String message,
Throwable cause) |
TypeCastException(int row,
int col,
CellType from,
Class<?> to,
Throwable cause) |
Copyright © 2024. All rights reserved.