Cell

Overview

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

Represents a cell in a worksheet.

Properties

NameTypeAccessDescription
valueObjectReadReturns the value.
stringValueStringReadReturns the string value.
displayStringValueStringReadReturns the display string value.
formulaStringReadReturns the formula.
typeCellValueTypeReadReturns the type.
styleStyleReadReturns the style.

Methods

SignatureDescription
getValue()ObjectReturns the value.
setValue(value: Object)Sets the value.
getStringValue()StringReturns the string value.
getDisplayStringValue()StringReturns the display string value.
getFormula()StringReturns the formula.
setFormula(value: String)Sets the formula.
getType()CellValueTypeReturns the type.
putValue(value: String)Stores the value.
putValue(value: int)Stores the value.
putValue(value: double)Stores the value.
putValue(value: boolean)Stores the value.
putValue(value: java.time.LocalDateTime)Stores the value.
getStyle()StyleReturns the style.
setStyle(style: Style)Sets the style.