Cell

class Cell

An object that represents a single cell in a table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of the cell. If this field is empty, then the format is either not specified in the workbook or the format is set to AUTO.

Link copied to clipboard

The formatted value of the cell. This is the value that you see displayed in the cell in the UI.

Link copied to clipboard

A list of formatted values of the cell. This field is only returned when the cell is ROWSET format (aka multi-select or multi-record picklist). Values in the list are always represented as strings. The formattedValue field will be empty if this field is returned.

Link copied to clipboard

The formula contained in the cell. This field is empty if a cell does not have a formula.

Link copied to clipboard

The raw value of the data contained in the cell. The raw value depends on the format of the data in the cell. However the attribute in the API return value is always a string containing the raw value.

Functions

Link copied to clipboard
inline fun copy(block: Cell.Builder.() -> Unit = {}): Cell
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
open override fun toString(): String