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