Package | Description |
---|---|
cn.hutool.poi.excel.sax |
Sax方式操作Excel方式的封装
|
Modifier and Type | Method and Description |
---|---|
static CellDataType |
CellDataType.of(String name)
类型字符串转为枚举
|
static CellDataType |
CellDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellDataType[] |
CellDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Object |
ExcelSaxUtil.getDataValue(CellDataType cellDataType,
String value,
org.apache.poi.xssf.model.SharedStrings sharedStrings,
String numFmtString)
根据数据类型获取数据
|
Copyright © 2024. All rights reserved.