com.alibaba.excel.metadata.data
类 ReadCellData<T>
- java.lang.Object
-
- com.alibaba.excel.metadata.AbstractCell
-
- com.alibaba.excel.metadata.data.CellData<T>
-
- com.alibaba.excel.metadata.data.ReadCellData<T>
-
构造器概要
构造器 构造器和说明 ReadCellData(BigDecimal numberValue)
ReadCellData(Boolean booleanValue)
ReadCellData(CellDataTypeEnum type)
ReadCellData(CellDataTypeEnum type, String stringValue)
ReadCellData(String stringValue)
ReadCellData(T data)
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 ReadCellData<Object>
clone()
static ReadCellData<?>
newEmptyInstance()
static ReadCellData<?>
newEmptyInstance(Integer rowIndex, Integer columnIndex)
static ReadCellData<?>
newInstance(BigDecimal numberValue, Integer rowIndex, Integer columnIndex)
static ReadCellData<?>
newInstance(Boolean booleanValue)
static ReadCellData<?>
newInstance(Boolean booleanValue, Integer rowIndex, Integer columnIndex)
static ReadCellData<?>
newInstance(String stringValue, Integer rowIndex, Integer columnIndex)
从类继承的方法 com.alibaba.excel.metadata.data.CellData
checkEmpty
从类继承的方法 java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 com.alibaba.excel.metadata.Cell
getColumnIndex, getRowIndex
-
构造器详细资料
ReadCellData
public ReadCellData(CellDataTypeEnum type)
ReadCellData
public ReadCellData(T data)
ReadCellData
public ReadCellData(String stringValue)
ReadCellData
public ReadCellData(CellDataTypeEnum type, String stringValue)
ReadCellData
public ReadCellData(BigDecimal numberValue)
ReadCellData
public ReadCellData(Boolean booleanValue)
方法详细资料
newEmptyInstance
public static ReadCellData<?> newEmptyInstance()
newEmptyInstance
public static ReadCellData<?> newEmptyInstance(Integer rowIndex, Integer columnIndex)
newInstance
public static ReadCellData<?> newInstance(Boolean booleanValue)
newInstance
public static ReadCellData<?> newInstance(Boolean booleanValue, Integer rowIndex, Integer columnIndex)
newInstance
public static ReadCellData<?> newInstance(String stringValue, Integer rowIndex, Integer columnIndex)
newInstance
public static ReadCellData<?> newInstance(BigDecimal numberValue, Integer rowIndex, Integer columnIndex)
clone
public ReadCellData<Object> clone()
Copyright © 2018–2021 Alibaba Group. All rights reserved.