CellOps

org.beangle.data.excel.CellOps
See theCellOps companion object
final class CellOps(cell: Cell) extends AnyVal

Attributes

Companion
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

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

将值填入单元格中

将值填入单元格中

Value parameters

registry

样式注册表

value

Attributes

def getValue: Any

取cell单元格中的数据

取cell单元格中的数据

Attributes

def getValue(dataType: DataType): Any

取cell单元格中的数据

取cell单元格中的数据

Value parameters

dataType

期望的数据类型

Attributes

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