Cella
Panoramica
Cell è una classe in Aspose.Cells FOSS per Java.
Rappresenta una cella in un foglio di lavoro.
Proprietà
| Nome | Tipo | Accesso | Descrizione |
|---|---|---|---|
value | Object | Lettura | Restituisce il valore. |
stringValue | String | Lettura | Restituisce il valore stringa. |
displayStringValue | String | Lettura | Restituisce il valore della stringa di visualizzazione. |
formula | String | Lettura | Restituisce la formula. |
type | CellValueType | Lettura | Restituisce il tipo. |
style | Style | Lettura | Restituisce lo stile. |
Metodi
| Firma | Descrizione |
|---|---|
getValue() → Object | Restituisce il valore. |
setValue(value: Object) | Imposta il valore. |
getStringValue() → String | Restituisce il valore stringa. |
getDisplayStringValue() → String | Restituisce il valore della stringa di visualizzazione. |
getFormula() → String | Restituisce la formula. |
setFormula(value: String) | Imposta la formula. |
getType() → CellValueType | Restituisce il tipo. |
putValue(value: String) | Memorizza il valore. |
putValue(value: int) | Memorizza il valore. |
putValue(value: double) | Memorizza il valore. |
putValue(value: boolean) | Memorizza il valore. |
putValue(value: java.time.LocalDateTime) | Memorizza il valore. |
getStyle() → Style | Restituisce lo stile. |
setStyle(style: Style) | Imposta lo stile. |