Célula
Visão geral
Cell é uma classe no Aspose.Cells FOSS para Java.
Representa uma célula em uma planilha.
Propriedades
| Nome | Tipo | Acesso | Descrição |
|---|---|---|---|
value | Object | Leitura | Retorna o valor. |
stringValue | String | Leitura | Retorna o valor da string. |
displayStringValue | String | Leitura | Retorna o valor da string de exibição. |
formula | String | Leitura | Retorna a fórmula. |
type | CellValueType | Leitura | Retorna o tipo. |
style | Style | Leitura | Retorna o estilo. |
Métodos
| Assinatura | Descrição |
|---|---|
getValue() → Object | Retorna o valor. |
setValue(value: Object) | Define o valor. |
getStringValue() → String | Retorna o valor da string. |
getDisplayStringValue() → String | Retorna o valor da string de exibição. |
getFormula() → String | Retorna a fórmula. |
setFormula(value: String) | Define a fórmula. |
getType() → CellValueType | Retorna o tipo. |
putValue(value: String) | Armazena o valor. |
putValue(value: int) | Armazena o valor. |
putValue(value: double) | Armazena o valor. |
putValue(value: boolean) | Armazena o valor. |
putValue(value: java.time.LocalDateTime) | Armazena o valor. |
getStyle() → Style | Retorna o estilo. |
setStyle(style: Style) | Define o estilo. |