CellOps

final class CellOps(cell: Cell) extends AnyVal
Companion
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def fillin(value: Any)(implicit registry: ExcelStyleRegistry): Unit

将值填入单元格中

将值填入单元格中

Value Params
registry

样式注册表

value

def getValue: Any

取cell单元格中的数据

取cell单元格中的数据

def getValue(dataType: DataType): Any

取cell单元格中的数据

取cell单元格中的数据

Value Params
dataType

期望的数据类型