Trova o Cerca Dati
Contents
[
Hide
]
Trova o cerca dati
È possibile utilizzare Aspose.Cells per trovare o cercare dati in vari modi utilizzando il seguente metodo.
- GetEnumerator
- GetFormula
- GetType
- GetStringValue
- GetIntValue
- GetBoolValue
- GetDateTimeValue
- GetDoubleValue
- GetFloatValue
Visualizza altro metodi.
Il seguente codice di esempio illustra l’uso dei metodi sopra utilizzando il file excel di esempio come mostrato in questa schermata.
Codice di Esempio
Output della console
Questo è l’output della console del codice di esempio precedente quando eseguito con il file excel di esempio fornito.
Name of the cell containing formula =SUM(A5:A10): C6
Name of the cell containing the formula that contains CHA: C7
Name of the cell containing the number 80: A8
Name of the cell containing specified string: C8
Name of the cell containing the string that contains Two: C9
Name of the cell containing specified string: C10
Name of the cell containing specified string: C11