public class CellValueServer extends Object
| 构造器和说明 |
|---|
CellValueServer() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getValue(IExcelDataHandler dataHanlder,
Object object,
org.apache.poi.ss.usermodel.Cell cell,
Map<String,ExcelImportEntity> excelParams,
String titleString)
获取cell的值
|
Object |
getValue(IExcelDataHandler dataHanlder,
Object object,
SaxReadCellEntity cellEntity,
Map<String,ExcelImportEntity> excelParams,
String titleString)
获取cell值
|
String[] |
getValueArr(String val)
字典文本中含多个下划线横岗,取最后一个(解决空值情况)
|
public Object getValue(IExcelDataHandler dataHanlder, Object object, org.apache.poi.ss.usermodel.Cell cell, Map<String,ExcelImportEntity> excelParams, String titleString) throws Exception
object - excelParams - cell - titleString - Exceptionpublic Object getValue(IExcelDataHandler dataHanlder, Object object, SaxReadCellEntity cellEntity, Map<String,ExcelImportEntity> excelParams, String titleString)
dataHanlder - object - cellEntity - excelParams - titleString - Copyright © 2023. All rights reserved.