CellOps

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

Value members

Concrete methods

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

将值填入单元格中

将值填入单元格中

Value parameters:
registry

样式注册表

value

def getValue: Any

取cell单元格中的数据

取cell单元格中的数据

def getValue(dataType: DataType): Any

取cell单元格中的数据

取cell单元格中的数据

Value parameters:
dataType

期望的数据类型

def setComment(commentText: String, commentAuthor: String, a: ClientAnchor): Unit