Data

class Data(source)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns the cell index as a CellIndex (e.g. A1, Z5).

Link copied to clipboard

Returns the user-defined CellStyle, or null if none is set. Setting this marks the workbook as having style changes.

Link copied to clipboard

Returns the column index.

Link copied to clipboard

Returns the row index.

Link copied to clipboard

Returns the sheet name.

Link copied to clipboard

Returns the value stored in this cell, or null if empty.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun setFormula(formula: String)

Sets a formula on this cell.