public class ImportValueHelper extends Object
| 构造器和说明 |
|---|
ImportValueHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
get(org.apache.poi.ss.usermodel.Cell cell)
获取单元格的值
|
protected static Object |
getConvertValue(Class<?> convertClass,
Method convertMethod,
Object value)
获取需要转换的值
|
static Object |
getTargetValue(org.apache.poi.ss.usermodel.Cell cell,
ImportTitleParam titleParam)
根据单元格和列参数信息获取字段的值
|
public static String get(org.apache.poi.ss.usermodel.Cell cell)
cell - 单元格public static Object getTargetValue(org.apache.poi.ss.usermodel.Cell cell, ImportTitleParam titleParam)
cell - 单元格titleParam - 列参数信息Copyright © 2020. All rights reserved.