Buscar datos
Contents
[
Hide
]
Buscar o buscar datos
Puede utilizar Aspose.Cells para encontrar o buscar datos de varias maneras utilizando el siguiente método.
- GetEnumerator
- GetFormula
- GetType
- GetStringValue
- GetIntValue
- GetBoolValue
- GetDateTimeValue
- GetDoubleValue
- GetFloatValue
Ver más métodos.
El siguiente ejemplo de código ilustra el uso de los métodos anteriores utilizando el archivo de Excel de ejemplo como se muestra en esta captura de pantalla.
Código de muestra
Salida de la consola
Esta es la salida de consola del código de ejemplo anterior cuando se ejecuta con el archivo de Excel de ejemplo dado.
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