final class CellOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CellOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CellOps(cell: Cell)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def fillin(value: Any)(implicit registry: ExcelStyleRegistry): Unit
将值填入单元格中
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getValue(dataType: io.DataType.Value): Any
取cell单元格中的数据
取cell单元格中的数据
- dataType
期望的数据类型
- def getValue(): Any
取cell单元格中的数据
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any