CellRecord

Overview

CellRecord is a class in Aspose.Cells FOSS for Java.

Represents a cell record in the Excel file.

Properties

NameTypeAccessDescription
valueObjectReadReturns the value.
kindCellValueKindReadReturns the kind.
formulaStringReadReturns the formula.
styleStyleValueReadReturns the style.
isExplicitlyStoredbooleanReadReturns the explicitly stored.

Methods

SignatureDescription
CellRecord()Initializes a new CellRecord instance.
getValue()ObjectReturns the value.
setValue(value: Object)Sets the value.
getKind()CellValueKindReturns the kind.
setKind(kind: CellValueKind)Sets the kind.
getFormula()StringReturns the formula.
setFormula(formula: String)Sets the formula.
getStyle()StyleValueReturns the style.
setStyle(style: StyleValue)Sets the style.
getIsExplicitlyStored()booleanReturns the explicitly stored.
setIsExplicitlyStored(isExplicitlyStored: boolean)Sets the explicitly stored.