Buscar o buscar datos
Contents
[
Hide
]
Buscar o buscar datos
Puede usar Aspose.Cells para encontrar o buscar datos de varias maneras usando el siguiente método. Estos métodos encuentran los datos según sus nombres.
- BuscarNúmero
- BuscarFórmula
- FindFormulaContains
- BuscarCadena
- FindStringContains
- FindStringStartsWith
- FindStringEndsWith
El siguiente código de ejemplo ilustra el uso de los métodos anteriores utilizando elejemplo de archivo de Excel como se muestra en esta captura de pantalla.
Código de muestra
Salida de consola
Esta es la salida de la consola del código de muestra anterior cuando se ejecuta con el dadoejemplo de archivo de Excel.
Name of the cell containing the number 80: A8
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 specified string: C8
Name of the cell containing the string that contains Two: C9
Name of the cell containing the string that starts with AAA: C10
Name of the cell containing the string that ends with BBB: C11